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_ eventout_
-  VRwave implementation.
  
-   eventoutobs_ eventoutobs_
-  
  
-   fieldtype_ fieldtype_
-  
  
-   scene_ scene_
-  
  
-   userdata_ userdata_
-  
   
  -   EventOut() EventOut()
-  
   
  -   advise(EventOutObserver, Object) advise(EventOutObserver, Object)
-  Mechanism for setting up an observer for this field.
  
-   getType() getType()
-  Get the type of this EventOut (specified in FieldTypes.java).
  
-   gotEventCB(Field, double) gotEventCB(Field, double)
-  
  
-   initialize(Field, int, Scene) initialize(Field, int, Scene)
-  
   
 eventout_
eventout_
  protected Field eventout_
  -  VRwave implementation. do not call from applets
 scene_
scene_
  protected Scene scene_
 fieldtype_
fieldtype_
  protected int fieldtype_
 eventoutobs_
eventoutobs_
  protected Vector eventoutobs_
 userdata_
userdata_
  protected Vector userdata_
   
 EventOut
EventOut
  public EventOut()
   
 getType
getType
  public int getType()
  -  Get the type of this EventOut (specified in FieldTypes.java).
 advise
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
initialize
  public void initialize(Field eventout,
                         int fieldtype,
                         Scene scene)
 gotEventCB
gotEventCB
  public void gotEventCB(Field field,
                         double timestamp)
All Packages  Class Hierarchy  This Package  Previous  Next  Index