Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.nodes
Interface VRMLNodeComponentListener

All Known Implementing Classes:
BaseComponentGeometryNode, BaseIndexedGeometryNode, BaseIndexedTriangleGeometryNode, BaseTriangleGeometryNode

public interface VRMLNodeComponentListener

An listener for changes in a component node that makes up a larger strucuter..

The listener does simple notifications of the component node that has changed and the field index. This listener is intended to be used by internal structural changes within the scene graph, not to the outside world such as scripting and EAI.s

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void fieldChanged(VRMLNodeType node, int index)
          Notification that the field from the node has changed.
 

Method Detail

fieldChanged

void fieldChanged(VRMLNodeType node,
                  int index)
Notification that the field from the node has changed.

Parameters:
node - The component node that changed
index - The index of the field that has changed

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium