An event emitted by a Preferences node to indicate that a child of that node has been added or removed.
Note, that although NodeChangeEvent inherits Serializable interface from java.util.EventObject, it is not intended to be Serializable. Appropriate serialization methods are implemented to throw NotSerializableException.
An event emitted by a Preferences node to indicate that a child of that node has been added or removed. Note, that although NodeChangeEvent inherits Serializable interface from java.util.EventObject, it is not intended to be Serializable. Appropriate serialization methods are implemented to throw NotSerializableException.
(->node-change-event parent child)
Constructor.
Constructs a new NodeChangeEvent instance.
parent - The parent of the node that was added or removed. - java.util.prefs.Preferences
child - The node that was added or removed. - java.util.prefs.Preferences
Constructor. Constructs a new NodeChangeEvent instance. parent - The parent of the node that was added or removed. - `java.util.prefs.Preferences` child - The node that was added or removed. - `java.util.prefs.Preferences`
(get-child this)
Returns the node that was added or removed.
returns: The node that was added or removed. - java.util.prefs.Preferences
Returns the node that was added or removed. returns: The node that was added or removed. - `java.util.prefs.Preferences`
(get-parent this)
Returns the parent of the node that was added or removed.
returns: The parent Preferences node whose child was added or removed - java.util.prefs.Preferences
Returns the parent of the node that was added or removed. returns: The parent Preferences node whose child was added or removed - `java.util.prefs.Preferences`
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 |