Class NodeFieldData
java.lang.Object
org.web3d.vrml.scripting.ecmascript.builtin.NodeFieldData
Data holder class for describing a node, field and value that has changed.
- Version:
- $Revision: 1.2 $
- Author:
- Justin Couch
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The index of the field value that changedThe node that this data was sourced fromThe new value assigned. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
node
The node that this data was sourced from -
fieldIndex
public int fieldIndexThe index of the field value that changed -
value
The new value assigned. Any one of the standard value objects that Rhino can generate.
-
-
Constructor Details
-
NodeFieldData
public NodeFieldData()
-