| java.lang.Object java.util.EventObject java.util.prefs.NodeChangeEvent
NodeChangeEvent | public NodeChangeEvent(Preferences p, Preferences c)(Code) | | Construct a new NodeChangeEvent instance.
Parameters: p - the Preferences instance that this event happened, this object is considered as event's source. Parameters: c - the child Preferences instance that was added or deleted. |
getChild | public Preferences getChild()(Code) | | Get the child Preferences node that was added or removed.
the child Preferences node that was added or removed. |
getParent | public Preferences getParent()(Code) | | Get the Preferences instance that this event happened.
the Preferences instance that this event happened. |
|
|