API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.events. EventListener View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 EventListener
Subinterfaces
Description
public interface EventListener
  The EventListener interface is the primary method for handling events.
See also:   
Methods
Hide/Show inherited methods
public void handleEvent (Event evt)
  This method is called whenever an event occurs of the type for which the EventListener interface was registered.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar