Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
Modifier and Type | Field and Description |
---|---|
protected ListenerList |
Preferences.listeners
Deprecated.
List of registered listeners (element type:
IPropertyChangeListener ). |
Modifier and Type | Class and Description |
---|---|
class |
ListenerList
Deprecated.
Please use
ListenerList instead.
Please note that the ListenerList.ListenerList(int) and
ListenerList(int)
constructors have different semantics. Please read the javadoc
carefully. Also note that the equivalent of
ListenerList.ListenerList() is actually
ListenerList(int)
with IDENTITY as
the argument. |
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.