org.w3c.domts
Class EventMonitor
java.lang.Object
org.w3c.domts.EventMonitor
- All Implemented Interfaces:
- org.w3c.dom.events.EventListener
- public class EventMonitor
- extends java.lang.Object
- implements org.w3c.dom.events.EventListener
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventMonitor
public EventMonitor()
handleEvent
public void handleEvent(org.w3c.dom.events.Event evt)
- Specified by:
handleEvent
in interface org.w3c.dom.events.EventListener
getAllEvents
public java.util.List getAllEvents()
getBubbledEvents
public java.util.List getBubbledEvents()
getAtEvents
public java.util.List getAtEvents()
getCapturedEvents
public java.util.List getCapturedEvents()