-
Notifications
You must be signed in to change notification settings - Fork 2
Core
Jack edited this page Sep 16, 2016
·
11 revisions
##JSON Support with json-simple JSON Key values can't use the @ sign as the first character.
- write
- writePair(String key, String data)
- writeObject(String key, Object data)
- read
- readPair(String key)
- readArray(String key)
- Other
- dropDatabase()
- exportDatabase()
##Event Support
- onStart()
- onPanelChange()
- onTimeChange(long start, long end) (format: 2000 = 20:00)
- onClose()
- onNewItem()
- onDeletion()
##Other
- Autosave