Package org.eclipse.ui.internal
Class PlatformUIPreferenceListener
java.lang.Object
org.eclipse.ui.internal.PlatformUIPreferenceListener
- All Implemented Interfaces:
IEclipsePreferences.IPreferenceChangeListener
public class PlatformUIPreferenceListener
extends Object
implements IEclipsePreferences.IPreferenceChangeListener
The PlatformUIPreferenceListener is a class that listens to changes in the
preference store and propogates the change for any special cases that require
updating of other values within the workbench.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification that a preference value has changed in the preference store.
-
Constructor Details
-
PlatformUIPreferenceListener
public PlatformUIPreferenceListener()
-
-
Method Details
-
getSingleton
-
preferenceChange
Description copied from interface:IEclipsePreferences.IPreferenceChangeListener
Notification that a preference value has changed in the preference store. The given event object describes the change details and must not benull
.- Specified by:
preferenceChange
in interfaceIEclipsePreferences.IPreferenceChangeListener
- Parameters:
event
- the event details- See Also:
-