Xj3D VRML/X3D Code API

org.web3d.vrml.nodes
Interface VRMLBindableNodeListener

All Known Implementing Classes:
BindableNodeManager

public interface VRMLBindableNodeListener

The listener interface for receiving notice that a node has changed its global activation state.

This listener may be used for any node type such as sensors. However, it will probably be mainly seen in conjungtion with bindable nodes.

Version:
$Revision: 1.1 $
Author:
Justin Couch

Method Summary
 void nodeIsBound(VRMLNodeType src, boolean yes)
          Notification that the environment has requested that this node be now bound as the active node.
 

Method Detail

nodeIsBound

public void nodeIsBound(VRMLNodeType src,
                        boolean yes)
Notification that the environment has requested that this node be now bound as the active node.

Parameters:
src - The source node that is to be bound
yes - true if the node is to becoming active

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium