|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
**Experimental** 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||