|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectvrml.eai.event.VrmlEvent
public class VrmlEvent
The event that is generated when an eventOut changes a value.
| Constructor Summary | |
|---|---|
VrmlEvent(BaseField src,
double ts,
java.lang.Object data)
Construct a new event instance. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getData()
Get any user associated data with this eventIn/Out. |
BaseField |
getSource()
Get the source field of this event. |
double |
getTime()
Get the timestamp that this event occured at |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VrmlEvent(BaseField src,
double ts,
java.lang.Object data)
src - The source field that generated this eventts - The timestamp of the event, In VRML time.data - Any user associated data with this event| Method Detail |
|---|
public BaseField getSource()
public double getTime()
public java.lang.Object getData()
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||