Uses of Class
org.eclipse.core.runtime.ListenerList
Packages that use ListenerList
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of ListenerList in org.eclipse.compare.internal
Methods in org.eclipse.compare.internal with parameters of type ListenerListModifier and TypeMethodDescriptionstatic void
Utilities.firePropertyChange
(ListenerList<IPropertyChangeListener> listenerList, Object source, String property, Object old, Object newValue) static void
Utilities.firePropertyChange
(ListenerList<IPropertyChangeListener> listenerList, PropertyChangeEvent event) -
Uses of ListenerList in org.eclipse.core.runtime
Fields in org.eclipse.core.runtime declared as ListenerListModifier and TypeFieldDescriptionprotected ListenerList
<Preferences.IPropertyChangeListener> Preferences.listeners
Deprecated.List of registered listeners (element type:IPropertyChangeListener
).