Aviatrix3D 1.0

Uses of Class
org.j3d.aviatrix3d.InvalidListenerSetTimingException

Packages that use InvalidListenerSetTimingException
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.aviatrix3d.pipeline Implementations of the various pipeline pieces. 
 

Uses of InvalidListenerSetTimingException in org.j3d.aviatrix3d
 

Methods in org.j3d.aviatrix3d that throw InvalidListenerSetTimingException
 void SceneGraphObject.dataChanged(NodeUpdateListener l)
          Notify the node that you have updates to the node that will not alter its bounds.
 boolean NodeUpdateHandler.boundsChanged(NodeUpdateListener l, java.lang.Object src, InternalNodeUpdateListener intL)
          Notify the handler that you have updates to the SG that might alter a node's bounds.
 void NodeUpdateHandler.dataChanged(NodeUpdateListener l, java.lang.Object src)
          Notify the handler that you have updates to the SG that will not alter a node's bounds.
 void Node.boundsChanged(NodeUpdateListener l)
          Notify the node that you have updates to the node that might alter its bounds.
 void Geometry.boundsChanged(NodeUpdateListener l)
          Notify the node that you have updates to the node that might alter its bounds.
 

Uses of InvalidListenerSetTimingException in org.j3d.aviatrix3d.pipeline
 

Methods in org.j3d.aviatrix3d.pipeline that throw InvalidListenerSetTimingException
 boolean SingleThreadRenderManager.boundsChanged(NodeUpdateListener l, java.lang.Object src, InternalNodeUpdateListener intL)
          Notify the handler that you have updates to the SG that might alter a node's bounds.
 void SingleThreadRenderManager.dataChanged(NodeUpdateListener l, java.lang.Object src)
          Notify the handler that you have updates to the SG that will not alter a node's bounds.
 boolean MultiThreadRenderManager.boundsChanged(NodeUpdateListener l, java.lang.Object src, InternalNodeUpdateListener intL)
          Notify the handler that you have updates to the SG that might alter a node's bounds.
 void MultiThreadRenderManager.dataChanged(NodeUpdateListener l, java.lang.Object src)
          Notify the handler that you have updates to the SG that will not alter a node's bounds.
 


Aviatrix3D 1.0

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