Package vrml.eai.event
Class VrmlEvent
java.lang.Object
vrml.eai.event.VrmlEvent
The event that is generated when an eventOut changes a value.
- Version:
- 1.0 7th march
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
VrmlEvent
-
-
Method Details
-
getSource
Get the source field of this event.- Returns:
- A reference to the eventIn/Out that generated this event.
-
getTime
public double getTime()Get the timestamp that this event occurred at- Returns:
- The time of this event, in VRML time coordinates.
-
getData
Get any user associated data with this eventIn/Out.- Returns:
- A reference to user associated data
-