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

Uses in package org.w3c.dom.events

Methods with parameter type org.w3c.dom.events.EventListener

void
EventTarget.addEventListener(String type, EventListener listener, boolean useCapture)
This method allows the registration of event listeners on the event target.
void
EventTarget.removeEventListener(String type, EventListener listener, boolean useCapture)
This method allows the removal of event listeners from the event target.

Uses in package org.apache.xpath.domapi

Classes implementing org.w3c.dom.events.EventListener

class
The class provides an implementation XPathResult according to the DOM L3 XPath Specification, Working Draft 28, March 2002.

Copyright B) 2004 Apache XML Project. All Rights Reserved.