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