com.arsdigita.bebop.event
Class EventListenerList

java.lang.Object
  extended byjavax.swing.event.EventListenerList
      extended bycom.arsdigita.bebop.event.EventListenerList
All Implemented Interfaces:
Serializable

public class EventListenerList
extends EventListenerList

Convenience extensions to Swing's EventListenerList.

See Also:
Serialized Form

Field Summary
static String versionId
           
 
Fields inherited from class javax.swing.event.EventListenerList
listenerList
 
Constructor Summary
EventListenerList()
           
 
Method Summary
 void addAll(EventListenerList l)
          Append all the event listeners from l.
 Iterator getListenerIterator(Class t)
          Return an iterator over all event listeners of class t.
 
Methods inherited from class javax.swing.event.EventListenerList
add, getListenerCount, getListenerCount, getListenerList, getListeners, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

EventListenerList

public EventListenerList()
Method Detail

addAll

public void addAll(EventListenerList l)
Append all the event listeners from l.

Parameters:
l - The list of listeners to copy from

getListenerIterator

public Iterator getListenerIterator(Class t)
Return an iterator over all event listeners of class t. This iterator replaces the for loop mentioned in the documentation for Swing's EventListenerList.

Parameters:
t - The class of the event listeners that should be returned


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC