vrml
Class Event

java.lang.Object
  extended by vrml.Event
All Implemented Interfaces:
java.lang.Cloneable

public class Event
extends java.lang.Object
implements java.lang.Cloneable

Represents a VRML event.


Method Summary
 java.lang.Object clone()
          Clone.
 java.lang.String getName()
          Returns the name of the event.
 double getTimeStamp()
          Returns the timestamp of the event.
 ConstField getValue()
          Returns the Field the event has been generated for.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public java.lang.String getName()
Returns the name of the event.

Returns:
Name of the event.

getTimeStamp

public double getTimeStamp()
Returns the timestamp of the event.

Returns:
Timestamp of the event.

getValue

public ConstField getValue()
Returns the Field the event has been generated for.

Returns:
Field the event has been generated for.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone.

Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException