Package vrml.eai.event
Interface VrmlEventListener
public interface VrmlEventListener
A listener for events on VRML fields
- Version:
- 1.1 25 April 1998
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventOutChanged
(VrmlEvent evt) Process an event that has occurred on a node's eventOut
-
Method Details
-
eventOutChanged
Process an event that has occurred on a node's eventOut- Parameters:
evt
- The event that caused this method to be called
-