Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.core.runtime.ListenerList

Packages that use ListenerList
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.  
 

Uses of ListenerList in org.eclipse.core.runtime
 

Fields in org.eclipse.core.runtime declared as ListenerList
protected  ListenerList Preferences.listeners
          List of registered listeners (element type: IPropertyChangeListener).
 

Uses of ListenerList in org.eclipse.jface.util
 

Subclasses of ListenerList in org.eclipse.jface.util
 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.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.