ZVON > References > DOM2 Reference

handleEvent (method )

Owning interface and usage:  
EventListener.handleEvent(evt)

Member of these other interfaces:  
none

Description:  
This method is called whenever an event occurs of the type for which the EventListener interface was registered.

Parameters:  
Event evt  -  The Event contains contextual information about the event. It also contains the stopPropagation() and preventDefault() methods which are used in determining the event's flow and default action.

Returns:  
nothing

Exceptions:  
none