com.arsdigita.bebop.event
Class EventListenerList
java.lang.Object
javax.swing.event.EventListenerList
com.arsdigita.bebop.event.EventListenerList
- All Implemented Interfaces:
- Serializable
- public class EventListenerList
- extends EventListenerList
Convenience extensions to Swing's EventListenerList
.
- See Also:
- Serialized Form
versionId
public static final String versionId
- See Also:
- Constant Field Values
EventListenerList
public EventListenerList()
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 20 2004:2337 UTC