vrml.external.field
Class EventIn

java.lang.Object
  |
  +--vrml.external.field.EventIn
Direct Known Subclasses:
EventInMFColor, EventInMFFloat, EventInMFInt32, EventInMFNode, EventInMFRotation, EventInMFString, EventInMFVec2f, EventInMFVec3f, EventInSFBool, EventInSFColor, EventInSFFloat, EventInSFImage, EventInSFInt32, EventInSFNode, EventInSFRotation, EventInSFString, EventInSFTime, EventInSFVec2f, EventInSFVec3f

public class EventIn
extends java.lang.Object


Field Summary
protected  Field eventin_
          VRwave implementation. do not call from applets
protected  int fieldtype_
           
protected  Scene scene_
           
 
Constructor Summary
EventIn()
           
 
Method Summary
 int getType()
          Get the type of this EventIn (specified in FieldTypes.java).
 void initialize(Field eventin, int fieldtype, Scene scene)
           
protected  void sendEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventin_

protected Field eventin_
VRwave implementation. do not call from applets

scene_

protected Scene scene_

fieldtype_

protected int fieldtype_
Constructor Detail

EventIn

public EventIn()
Method Detail

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()