Package vrml.eai.field
Class EventOutSFInt32
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventOut
vrml.eai.field.EventOutSFInt32
- Direct Known Subclasses:
EventOutSFInt32Wrapper
VRML eventOut class for SFInt32.
- Version:
- 1.0 30 April 1998
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class vrml.eai.field.EventOut
addVrmlEventListener, getUserData, removeVrmlEventListener, setUserData
-
Constructor Details
-
EventOutSFInt32
protected EventOutSFInt32()Construct an instance of this class. Calls the superclass constructor with the field type set to SFInt32.
-
-
Method Details
-
getValue
public abstract int getValue()Get the value in the given eventOut.- Returns:
- The value of the eventOut
-