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

Variable Index

 o eventin_
VRwave implementation.
 o fieldtype_
 o lastevent_
 o scene_

Constructor Index

 o EventIn()

Method Index

 o getType()
Get the type of this EventIn (specified in FieldTypes.java).
 o initialize(Field, int, Scene)
 o sendEvent()

Variables

 o eventin_
  protected Field eventin_
VRwave implementation. do not call from applets
 o scene_
  protected Scene scene_
 o fieldtype_
  protected int fieldtype_
 o lastevent_
  protected double lastevent_

Constructors

 o EventIn
  public EventIn()

Methods

 o getType
  public int getType()
Get the type of this EventIn (specified in FieldTypes.java).
 o initialize
  public void initialize(Field eventin,
                         int fieldtype,
                         Scene scene)
 o sendEvent
  protected void sendEvent()

All Packages  Class Hierarchy  This Package  Previous  Next  Index