java.lang.Object
vrml.external.field.EventOut
- Direct Known Subclasses:
- EventOutMField, EventOutSFBool, EventOutSFColor, EventOutSFFloat, EventOutSFImage, EventOutSFInt32, EventOutSFNode, EventOutSFRotation, EventOutSFString, EventOutSFTime, EventOutSFVec2f, EventOutSFVec3f
- public class EventOut
- extends java.lang.Object
A VRML eventOut class. Represents the VRML read only access type.
The user can encapsulate data and associate that with this field. The user can register themselves as listeners for the output of this
event changing by adding themselves as a VRMLEvent listener.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventOut
public EventOut()
advise
public void advise(EventOutObserver eeo,
java.lang.Object userdata)
getType
public int getType()