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

Packages that use SceneGraphComponentListener
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.scene.event   
de.jreality.scene.proxy.tree Package to create arbitrary mirrors of a scene graph's tree structure. 
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
 

Uses of SceneGraphComponentListener in de.jreality.scene
 

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

Methods in de.jreality.scene with parameters of type SceneGraphComponentListener
 void SceneGraphComponent.addSceneGraphComponentListener(SceneGraphComponentListener listener)
           
 void SceneGraphComponent.removeSceneGraphComponentListener(SceneGraphComponentListener listener)
           
 

Uses of SceneGraphComponentListener in de.jreality.scene.event
 

Classes in de.jreality.scene.event that implement SceneGraphComponentListener
 class SceneGraphComponentEventMulticaster
           
 

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

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

Uses of SceneGraphComponentListener in de.jreality.scene.proxy.tree
 

Classes in de.jreality.scene.proxy.tree that implement SceneGraphComponentListener
 class UpToDateSceneProxyBuilder
          This class creates a proxy tree for the given sceneGraph from the root node and cares about adding and removing of objects.
 

Uses of SceneGraphComponentListener in de.jreality.util
 

Classes in de.jreality.util that implement SceneGraphComponentListener
 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.