| Frames | No Frames |
Methods with parameter type org.w3c.dom.events.EventListener | |
| void | This method allows the registration of event listeners on the event
target. |
| void | This method allows the removal of event listeners from the event
target. |
Classes implementing org.w3c.dom.events.EventListener | |
| class | "NodeIterator" implementation, usable with any L2 DOM which
supports MutationEvents. |
Methods with parameter type org.w3c.dom.events.EventListener | |
| void | DOM L2 (Events)
Registers an event listener's interest in a class of events.
|
| void | DOM L2 (Events)
Unregisters an event listener.
|