Package org.apache.commons.net.util
Class ListenerList
- java.lang.Object
-
- org.apache.commons.net.util.ListenerList
-
- All Implemented Interfaces:
java.io.Serializable
public class ListenerList extends java.lang.Object implements java.io.Serializable
- Author:
- Daniel F. Savarese
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListenerList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(java.util.EventListener listener)
int
getListenerCount()
java.util.Enumeration
getListeners()
void
removeListener(java.util.EventListener listener)
-