Xj3D VRML/X3D Code API

org.web3d.vrml.nodes
Interface VRMLContentStateListener


public interface VRMLContentStateListener

A listener for changes in a nodes URL content state.

Used to act as a state hook for LoadSensor nodes where they wish to view the current state of a node.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void contentStateChanged(VRMLNodeType node, int index, int state)
          Notification that the content state for this node has changed
 

Method Detail

contentStateChanged

public void contentStateChanged(VRMLNodeType node,
                                int index,
                                int state)
Notification that the content state for this node has changed

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

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium