Aviatrix3D
2.1.0

org.j3d.aviatrix3d
Interface NodeUpdateListener

All Known Implementing Classes:
AVHumanoid, AVParticleSystem, Box, Cone, Cylinder, PointParticleSystem, QuadParticleSystem, SoftwareHumanoid, Sphere, Spring, Torus, TriangleFanParticleSystem

public interface NodeUpdateListener

A listener interface for notification that its safe to update a nodes representation in the Scene Graph.

Version:
$Revision: 1.6 $
Author:
Alan Hudson

Method Summary
 void updateNodeBoundsChanges(java.lang.Object src)
          Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.
 void updateNodeDataChanges(java.lang.Object src)
          Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.
 

Method Detail

updateNodeBoundsChanges

void updateNodeBoundsChanges(java.lang.Object src)
Notification that its safe to update the node now with any operations that could potentially effect the node's bounds.

Parameters:
src - The node or Node Component that is to be updated.

updateNodeDataChanges

void updateNodeDataChanges(java.lang.Object src)
Notification that its safe to update the node now with any operations that only change the node's properties, but do not change the bounds.

Parameters:
src - The node or Node Component that is to be updated.

Aviatrix3D
2.1.0

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