Skip to content
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
Clone this wiki locally