Xerces 1.0.0

org.apache.xerces.domx.events
Interface EventListener


public interface EventListener


Method Summary
 void handleEvent(Event evt)
          This method is called whenever an event occurs of the type for which the EventListener interface was registered.
 

Method Detail

handleEvent

public void handleEvent(Event evt)
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
Parameters:
evt - The Event contains contextual information about the event. It also contains the preventDefault, preventBubble, and preventCapture methods which are used in determining the event's flow and default action.

Xerces 1.0.0