java.util
Interface EventListener
public
interface
EventListener
Empty interface that is implemented by classes that need to receive
events. Subinterfaces define methods that can be called to fire an
event notification. Normally the name of these subinterfaces end in
Listener
and all method described by the subinterface
take as argument an subclass of
EventObject
.
See Also: EventObject
UNKNOWN: updated to 1.4