Uses of Class
org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent
-
Packages that use IEclipsePreferences.PreferenceChangeEvent Package Description org.eclipse.core.runtime.preferences Provides core support for Eclipse preferences. -
-
Uses of IEclipsePreferences.PreferenceChangeEvent in org.eclipse.core.runtime.preferences
Methods in org.eclipse.core.runtime.preferences with parameters of type IEclipsePreferences.PreferenceChangeEvent Modifier and Type Method Description void
IEclipsePreferences.IPreferenceChangeListener. preferenceChange(IEclipsePreferences.PreferenceChangeEvent event)
Notification that a preference value has changed in the preference store.
-