Example usage for Java java.util.prefs PreferenceChangeEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
PreferenceChangeEvent(Preferences node, String key, String newValue) Constructs a new PreferenceChangeEvent instance. |
String | getKey() Returns the key of the preference that was changed. |
String | getNewValue() Returns the new value for the preference. |
Preferences | getNode() Returns the preference node that emitted the event. |