Class vrml.external.field.EventIn
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class vrml.external.field.EventIn
java.lang.Object
   |
   +----vrml.external.field.EventIn
  -  public class EventIn
  -  extends Object
   
  -   eventin_ eventin_
-  VRwave implementation.
  
-   fieldtype_ fieldtype_
-  
  
-   lastevent_ lastevent_
-  
  
-   scene_ scene_
-  
   
  -   EventIn() EventIn()
-  
   
  -   getType() getType()
-  Get the type of this EventIn (specified in FieldTypes.java).
  
-   initialize(Field, int, Scene) initialize(Field, int, Scene)
-  
  
-   sendEvent() sendEvent()
-  
   
 eventin_
eventin_
  protected Field eventin_
  -  VRwave implementation. do not call from applets
 scene_
scene_
  protected Scene scene_
 fieldtype_
fieldtype_
  protected int fieldtype_
 lastevent_
lastevent_
  protected double lastevent_
   
 EventIn
EventIn
  public EventIn()
   
 getType
getType
  public int getType()
  -  Get the type of this EventIn (specified in FieldTypes.java).
 initialize
initialize
  public void initialize(Field eventin,
                         int fieldtype,
                         Scene scene)
 sendEvent
sendEvent
  protected void sendEvent()
All Packages  Class Hierarchy  This Package  Previous  Next  Index