StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.
StateEditable defines the interface for objects that can have their state undone/redone by a StateEdit.
(restore-state this state)
Upon receiving this message the receiver should extract any relevant state out of state.
state - java.util.Hashtable
Upon receiving this message the receiver should extract any relevant state out of state. state - `java.util.Hashtable`
(store-state this state)
Upon receiving this message the receiver should place any relevant state into state.
state - java.util.Hashtable
Upon receiving this message the receiver should place any relevant state into state. state - `java.util.Hashtable`
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |