API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.events. EventTarget View Source
Author(s)
Since
DOM Level 2
Version
Serial
Hierarchy
 EventTarget
Subinterfaces
Description
public interface EventTarget
  The EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model.
See also:   
Methods
Hide/Show inherited methods
public void addEventListener (String type, EventListener listener, boolean useCapture)
  This method allows the registration of event listeners on the event target.
public boolean dispatchEvent (Event evt) throws EventException
  This method allows the dispatch of events into the implementations event model.
public void removeEventListener (String type, EventListener listener, boolean useCapture)
  This method allows the removal of event listeners from the event target.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar