Uses of Interface
de.jreality.scene.event.TransformationListener

Packages that use TransformationListener
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.scene.event   
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
 

Uses of TransformationListener in de.jreality.scene
 

Classes in de.jreality.scene that implement TransformationListener
 class SceneGraphPathObserver
          This class observes the given path for changes of the resulting path matrix.
 class TransformationCustomizer
          Transformation inspector.
 

Methods in de.jreality.scene with parameters of type TransformationListener
 void SceneGraphPathObserver.addTransformationListener(TransformationListener listener)
           
 void Transformation.addTransformationListener(TransformationListener listener)
           
 void SceneGraphPathObserver.removeTransformationListener(TransformationListener listener)
           
 void Transformation.removeTransformationListener(TransformationListener listener)
           
 

Uses of TransformationListener in de.jreality.scene.event
 

Classes in de.jreality.scene.event that implement TransformationListener
 class TransformationEventMulticaster
           
 

Methods in de.jreality.scene.event that return TransformationListener
static TransformationListener TransformationEventMulticaster.add(TransformationListener a, TransformationListener b)
           
static TransformationListener TransformationEventMulticaster.remove(TransformationListener l, TransformationListener oldl)
           
 

Methods in de.jreality.scene.event with parameters of type TransformationListener
static TransformationListener TransformationEventMulticaster.add(TransformationListener a, TransformationListener b)
           
static TransformationListener TransformationEventMulticaster.remove(TransformationListener l, TransformationListener oldl)
           
 

Uses of TransformationListener in de.jreality.util
 

Classes in de.jreality.util that implement TransformationListener
 class RenderTrigger
          RenderTrigger is a class for managing render requests for a scene (or parts of it) One can add subtrees of a scene (SceneGraphComponents and their children) to be watched for changes.