Uses of Interface
org.w3c.dom.events.EventListener

Packages that use EventListener
org.apache.xpath.domapi   
org.w3c.dom.events   
 

Uses of EventListener in org.apache.xpath.domapi
 

Classes in org.apache.xpath.domapi that implement EventListener
 class XPathResultImpl
          The class provides an implementation XPathResult according to the DOM L3 XPath Specification, Working Draft 28, March 2002.
 

Uses of EventListener in org.w3c.dom.events
 

Methods in org.w3c.dom.events with parameters of type EventListener
 void EventTarget.addEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          This method allows the registration of event listeners on the event target.
 void EventTarget.removeEventListener(java.lang.String type, EventListener listener, boolean useCapture)
          This method allows the removal of event listeners from the event target.
 



Copyright © 2004 Apache XML Project. All Rights Reserved.