org.w3c.domts

Class EventMonitor

public class EventMonitor extends Object implements EventListener

This is a utility implementation of EventListener that captures all events and provides access to lists of all events by mode
Constructor Summary
EventMonitor()
Method Summary
ListgetAllEvents()
ListgetAtEvents()
ListgetBubbledEvents()
ListgetCapturedEvents()
voidhandleEvent(Event evt)

Constructor Detail

EventMonitor

public EventMonitor()

Method Detail

getAllEvents

public List getAllEvents()

getAtEvents

public List getAtEvents()

getBubbledEvents

public List getBubbledEvents()

getCapturedEvents

public List getCapturedEvents()

handleEvent

public void handleEvent(Event evt)