Script Nodes in Java for VRML’97 - II
VRML’97 specs allow for trapping of events in scene using Sensors.
Trapped Event is routed as the eventIn or input event to the Script Node using ROUTE statement
Events arriving at an eventIn field automatically cause the browser to pass the event to the program referred to in the url field of the Script node.This mechanism is called Event Dispatching.