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

Variable Index

 o eventout_
VRwave implementation.
 o eventoutobs_
 o fieldtype_
 o scene_
 o userdata_

Constructor Index

 o EventOut()

Method Index

 o advise(EventOutObserver, Object)
Mechanism for setting up an observer for this field.
 o getType()
Get the type of this EventOut (specified in FieldTypes.java).
 o gotEventCB(Field, double)
 o initialize(Field, int, Scene)

Variables

 o eventout_
  protected Field eventout_
VRwave implementation. do not call from applets
 o scene_
  protected Scene scene_
 o fieldtype_
  protected int fieldtype_
 o eventoutobs_
  protected Vector eventoutobs_
 o userdata_
  protected Vector userdata_

Constructors

 o EventOut
  public EventOut()

Methods

 o getType
  public int getType()
Get the type of this EventOut (specified in FieldTypes.java).
 o 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.
 o initialize
  public void initialize(Field eventout,
                         int fieldtype,
                         Scene scene)
 o gotEventCB
  public void gotEventCB(Field field,
                         double timestamp)

All Packages  Class Hierarchy  This Package  Previous  Next  Index