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_
- VRwave implementation.
-
fieldtype_
-
-
lastevent_
-
-
scene_
-
-
EventIn()
-
-
getType()
- Get the type of this EventIn (specified in FieldTypes.java).
-
initialize(Field, int, Scene)
-
-
sendEvent()
-
eventin_
protected Field eventin_
- VRwave implementation. do not call from applets
scene_
protected Scene scene_
fieldtype_
protected int fieldtype_
lastevent_
protected double lastevent_
EventIn
public EventIn()
getType
public int getType()
- Get the type of this EventIn (specified in FieldTypes.java).
initialize
public void initialize(Field eventin,
int fieldtype,
Scene scene)
sendEvent
protected void sendEvent()
All Packages Class Hierarchy This Package Previous Next Index