|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventListener | |
---|---|
org.w3c.dom.events |
Uses of EventListener in org.w3c.dom.events |
---|
Methods in org.w3c.dom.events with parameters of type 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. |
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.