public interface IPreferenceListener
This interface may be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
preferenceChanged(PreferenceChangeEvent event)
Notifies this listener that the value of a preference has changed.
|
void preferenceChanged(PreferenceChangeEvent event)
Note: This method may be called in any thread. If a listener updates an SWT widget, it will need to use Display#syncExec(Runnable) or Display#asyncExec(Runnable).
event
- describes which preference changed and how
(never null
)Copyright (c) 2014, 2019 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0