ZVON > References > DOM2 Reference

routeEvent (method )

Owning interface and usage:  
EventCapturer.routeEvent()

Member of these other interfaces:  
none

Description:  
This method is called during the handling of an event by a capturing Node to continue the event's flow to additional event handlers, or if none are present, to the event's target.

Parameters:  
none

Returns:  
nothing

Exceptions:  
none