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 TypeMethodDescriptionvoidNotification 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.- Parameters:
event- the event details- See Also:
-