public static interface Preferences.PreferenceChangeEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
Returns the preference key.
|
Setting<?> |
getNewValue()
Returns the new preference value.
|
Setting<?> |
getOldValue()
Returns the old preference value.
|
java.lang.String getKey()
Setting<?> getOldValue()
Setting<?> getNewValue()