public interface IPreference
Modifier and Type | Method and Description |
---|---|
void |
addListener(IPreferenceListener listener)
Adds the given listener for value change events to this preference.
|
void |
removeListener(IPreferenceListener listener)
Removes the given value change listener from this preference.
|
void addListener(IPreferenceListener listener)
Make sure to remove the listener on the same preference instance.
listener
- not null
void removeListener(IPreferenceListener listener)
listener
- not null
Copyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0