Eclipse Draw2d
2.1

org.eclipse.draw2d
Class EventListenerList

java.lang.Object
  |
  +--org.eclipse.draw2d.EventListenerList

public final class EventListenerList
extends Object

This class is intended for internal use only.


Constructor Summary
EventListenerList()
           
 
Method Summary
 void addListener(Class c, Object listener)
           
 boolean containsListener(Class c)
           
 Iterator getListeners(Class c)
           
 void removeListener(Class c, Object listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventListenerList

public EventListenerList()
Method Detail

addListener

public void addListener(Class c,
                        Object listener)

containsListener

public boolean containsListener(Class c)

getListeners

public Iterator getListeners(Class c)

removeListener

public void removeListener(Class c,
                           Object listener)

Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.