Uses of Class
org.eclipse.core.runtime.Preferences.PropertyChangeEvent
-
Packages that use Preferences.PropertyChangeEvent Package Description org.eclipse.ant.core Provides support for running the Ant build tool in the platform.org.eclipse.core.runtime 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.PropertyChangeEvent Modifier and Type Method Description void
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.PropertyChangeEvent Modifier and Type Method Description void
Preferences.IPropertyChangeListener. propertyChange(Preferences.PropertyChangeEvent event)
Notification that a property has changed.
-