Generated by
JDiff

Class javax.swing.event.EventListenerList

Documentation changed from old to new.

Added Methods
EventListener[] getListeners(Class) Return an array of all the listeners of the given type.
 

Changed Methods
void add(Class, EventListener) Documentation changed from old to new.
Adds the listener as a listener of the specified type.
Object[] getListenerList() Documentation changed from old to new.
Passes back the event listener list as an array of ListenerType-listener pairs.
void remove(Class, EventListener) Documentation changed from old to new.
Removes the listener as a listener of the specified type.
String toString() Documentation changed from old to new.
Returns a string representation of the EventListenerList.
int getListenerCount() Documentation changed from old to new.
Returns the total number of listeners for this listener list.
int getListenerCount(Class) Documentation changed from old to new.
Returns the total number of listeners of the supplied type for this listener list.