Uses of Class
org.eclipse.core.runtime.Preferences.PropertyChangeEvent
Packages that use Preferences.PropertyChangeEvent
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.PropertyChangeEvent in org.eclipse.ant.core
Methods in org.eclipse.ant.core with parameters of type Preferences.PropertyChangeEventModifier and TypeMethodDescriptionvoid
AntCorePreferences.propertyChange
(Preferences.PropertyChangeEvent event) When a preference changes, update the in-memory cache of the preference. -
Uses of Preferences.PropertyChangeEvent in org.eclipse.core.runtime
Methods in org.eclipse.core.runtime with parameters of type Preferences.PropertyChangeEventModifier and TypeMethodDescriptionvoid
Preferences.IPropertyChangeListener.propertyChange
(Preferences.PropertyChangeEvent event) Notification that a property has changed.