Package vrml.eai.field
Class EventOutSFNode
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventOut
vrml.eai.field.EventOutSFNode
- Direct Known Subclasses:
EventOutSFNodeWrapper
VRML eventIn class for SFNode.
Get the value of a node. The java null
reference is treated to
be equivalent to the VRML NULL
field values. If the node field
contains a NULL reference then reading this eventOut will result in a
java null being returned.
- 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
-
EventOutSFNode
protected EventOutSFNode()Construct an instance of this class. Calls the superclass constructor with the field type set to SFNode.
-
-
Method Details
-
getValue
Get the node value in the given eventOut. If no node reference is set then null is returned to the user.- Returns:
- The new node reference set.
-