| Package | Description |
|---|---|
| java.util.prefs |
This package allows applications to store and retrieve user and system preference and configuration data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeChangeListener.childAdded(NodeChangeEvent
This method gets called when a child node is added.
|
void |
NodeChangeListener.childRemoved(NodeChangeEvent
This method gets called when a child node is removed.
|