Uses of Interface
org.eclipse.core.runtime.Preferences.IPropertyChangeListener
Package
Description
Provides support for running the Ant build tool in the platform.
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of Preferences.IPropertyChangeListener in org.eclipse.ant.core
Modifier and TypeClassDescriptionclass
Represents the Ant Core plug-in's preferences providing utilities for extracting, changing and updating the underlying preferences. -
Uses of Preferences.IPropertyChangeListener in org.eclipse.core.runtime
Modifier and TypeFieldDescriptionprotected ListenerList<Preferences.IPropertyChangeListener>
Preferences.listeners
Deprecated.List of registered listeners (element type:IPropertyChangeListener
).Modifier and TypeMethodDescriptionvoid
Preferences.addPropertyChangeListener
(Preferences.IPropertyChangeListener listener) Deprecated.Adds a property change listener to this preference object.void
Preferences.removePropertyChangeListener
(Preferences.IPropertyChangeListener listener) Deprecated.Removes the given listener from this preference object.