Package vrml.eai.field
Class EventInSFInt32
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventIn
vrml.eai.field.EventInSFInt32
- Direct Known Subclasses:
EventInSFInt32Wrapper
VRML eventIn class for SFInt32.
- Version:
- 1.0 30 April 1998
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
setValue
(int value) Set the value in the given eventIn.Methods inherited from class vrml.eai.field.EventIn
getUserData, setUserData
-
Constructor Details
-
EventInSFInt32
protected EventInSFInt32()Construct an instance of this class. Calls the superclass constructor with the field type set to SFInt32.
-
-
Method Details
-
setValue
public abstract void setValue(int value) Set the value in the given eventIn.- Parameters:
value
- The value to be set
-