java.util.prefs.NodeChangeEvent
This is the event class to indicate one child of the preferences node has
been added or deleted.
Please note that this class cannot be serialized actually, so relevant
serialization methods only throw NotSerializableException
.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
Construct a new
NodeChangeEvent
instance.
Parameters
p
| the Preferences instance that this event happened,
this object is considered as event's source. |
c
| the child Preferences instance that was added
or deleted.
|
Public Methods
Get the child
Preferences
node that was added or removed.
Returns
- the child
Preferences
node that was added or removed.
Get the
Preferences
instance that this event happened.
Returns
- the
Preferences
instance that this event happened.