Package vrml.eai.field
Class EventInSFNode
java.lang.Object
vrml.eai.field.BaseField
vrml.eai.field.EventIn
vrml.eai.field.EventInSFNode
- Direct Known Subclasses:
EventInSFNodeWrapper
VRML eventIn class for SFNode.
Set the value of a node to the given value. The java null
reference is treated to be equivalent to the VRML NULL
field
values.
Calling the set method with a null node reference causes that field to be cleared.
- Version:
- 1.0 30 April 1998
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class vrml.eai.field.EventIn
getUserData, setUserData
-
Constructor Details
-
EventInSFNode
protected EventInSFNode()Construct an instance of this class. Calls the superclass constructor with the field type set to SFNode.
-
-
Method Details
-
setValue
Set the node value in the given eventIn.If the node reference passed to this method has already had the dispose method called then an InvalidNodeException will be generated.
- Parameters:
value
- The new node reference to be used.- Throws:
InvalidNodeException
- The node reference passed has already been disposed.
-