Interface IEclipsePreferences.IPreferenceChangeListener
- All Known Implementing Classes:
CTabRendering
,EclipsePreferencesHelper.PreferenceOverriddenByCssChangeListener
,PlatformUIPreferenceListener
- Enclosing interface:
- IEclipsePreferences
public static interface IEclipsePreferences.IPreferenceChangeListener
A listener used to receive changes to preference values in the preference
store.
Clients may implement this interface.
- Since:
- 3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification that a preference value has changed in the preference store.
-
Method Details
-
preferenceChange
Notification that a preference value has changed in the preference store. The given event object describes the change details and must not benull
.
-