org.w3c.domts
Class EventMonitor
java.lang.Object
org.w3c.domts.EventMonitor
- EventListener
public class EventMonitor
extends java.lang.Object
implements EventListener
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
EventMonitor
public EventMonitor()
getAllEvents
public List getAllEvents()
getAtEvents
public List getAtEvents()
getBubbledEvents
public List getBubbledEvents()
getCapturedEvents
public List getCapturedEvents()
handleEvent
public void handleEvent(Event evt)