Class vrml.external.field.EventOut
All Packages Class Hierarchy This Package Previous Next Index
Class vrml.external.field.EventOut
java.lang.Object
|
+----vrml.external.field.EventOut
- public class EventOut
- extends Object
- implements GotEventCallback
-
eventout_
- VRwave implementation.
-
eventoutobs_
-
-
fieldtype_
-
-
scene_
-
-
userdata_
-
-
EventOut()
-
-
advise(EventOutObserver, Object)
- Mechanism for setting up an observer for this field.
-
getType()
- Get the type of this EventOut (specified in FieldTypes.java).
-
gotEventCB(Field, double)
-
-
initialize(Field, int, Scene)
-
eventout_
protected Field eventout_
- VRwave implementation. do not call from applets
scene_
protected Scene scene_
fieldtype_
protected int fieldtype_
eventoutobs_
protected Vector eventoutobs_
userdata_
protected Vector userdata_
EventOut
public EventOut()
getType
public int getType()
- Get the type of this EventOut (specified in FieldTypes.java).
advise
public void advise(EventOutObserver f,
Object userData)
- Mechanism for setting up an observer for this field.
The EventOutObserver's callback gets called when the
EventOut's value changes.
initialize
public void initialize(Field eventout,
int fieldtype,
Scene scene)
gotEventCB
public void gotEventCB(Field field,
double timestamp)
All Packages Class Hierarchy This Package Previous Next Index