Class PreferenceModifyListener

java.lang.Object
org.eclipse.core.runtime.preferences.PreferenceModifyListener

public abstract class PreferenceModifyListener extends Object
This class provides a hook into the preference service before particular operations on the global preference tree. Preference modify listeners are registered with the preference service via XML and the org.eclipse.equinox.preferences.preferences or the org.eclipse.core.runtime.preferences extension point.

Clients may subclass this type.

Since:
3.1
  • Constructor Details

    • PreferenceModifyListener

      public PreferenceModifyListener()
  • Method Details