java.util.prefs.NodeChangeListener |
This interface is used to handle preference node change events. The
implementation of this interface can be installed by the Preferences
instance.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method gets called whenever a child node is added to another node.
| |||||||||||
This method gets called whenever a child node is removed from another
node.
|
This method gets called whenever a child node is added to another node.
e | the node change event. |
---|
This method gets called whenever a child node is removed from another node.
e | the node change event. |
---|