Xj3D 2.0 VRML/X3D Code API

org.web3d.vrml.nodes
Interface VRMLNodeListener

All Known Implementing Classes:
ImportNodeProxy, NodeListenerMulticaster, ThumbnailRecorder, TimeSensorSceneRecorder

public interface VRMLNodeListener

An listener for changes in the node.

The listener does simple notifications. The idea is to minimise the amount of data that gets shuffled around in method calls.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void fieldChanged(int index)
          Notification that the field represented by the given index has changed.
 

Method Detail

fieldChanged

void fieldChanged(int index)
Notification that the field represented by the given index has changed.

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

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium