|
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.Event
public class Event
Java VRML97 script binding for event information
| Field Summary | |
|---|---|
protected java.lang.String |
name
The name of the field that has changed |
protected double |
timestamp
Timestamp of when this field changed |
protected ConstField |
value
value of the field |
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Clone the object to create an identical copy. |
java.lang.String |
getName()
Get the name of the field that generated this event |
double |
getTimeStamp()
Get the timestamp for when this event occured. |
ConstField |
getValue()
Get the value of the field that has just changed. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected double timestamp
protected ConstField value
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public java.lang.String getName()
public double getTimeStamp()
public ConstField getValue()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - Cloning does not work for this class.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||