org.apache.commons.net.util
Class ListenerList
java.lang.Object
org.apache.commons.net.util.ListenerList
- All Implemented Interfaces:
- Serializable, Iterable<EventListener>
public class ListenerList
- extends Object
- implements Serializable, Iterable<EventListener>
- Author:
- Daniel F. Savarese
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListenerList
public ListenerList()
addListener
public void addListener(EventListener listener)
removeListener
public void removeListener(EventListener listener)
getListenerCount
public int getListenerCount()
iterator
public Iterator<EventListener> iterator()
- Return an
Iterator
for the EventListener
instances
- Specified by:
iterator
in interface Iterable<EventListener>
- Since:
- 2.0
TODO Check that this is a good defensive strategy
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.