Aviatrix3D
2.1.0

org.j3d.aviatrix3d
Interface InternalNodeUpdateListener


public interface InternalNodeUpdateListener

Listener used by the rendering system to provide internal notifications to nodes about operations they must perform.

End-user code cannot make use of this interface and should never be directly implemented by them. It is used by the rendering system to provide internal notifications across package boundaries, without exposing public methods that should not be called by end-user code.

Version:
$Revision: 1.4 $
Author:
Justin Couch

Method Summary
 void updateBoundsAndNotify()
          Notify this node to update it's bounds now and propogate those new bounds to their parent(s).
 

Method Detail

updateBoundsAndNotify

void updateBoundsAndNotify()
Notify this node to update it's bounds now and propogate those new bounds to their parent(s).


Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org