Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.util
Interface EventListener  view EventListener download EventListener.java

All Known Implementing Classes:
EventListenerProxy

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.