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

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

Uses of AppearanceListener in de.jreality.scene
 

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

Methods in de.jreality.scene with parameters of type AppearanceListener
 void Appearance.addAppearanceListener(AppearanceListener listener)
           
 void SceneGraphPathObserver.addAppearanceListener(AppearanceListener listener)
           
 void Appearance.removeAppearanceListener(AppearanceListener listener)
           
 void SceneGraphPathObserver.removeAppearanceListener(AppearanceListener listener)
           
 

Uses of AppearanceListener in de.jreality.scene.event
 

Classes in de.jreality.scene.event that implement AppearanceListener
 class AppearanceEventMulticaster
           
 

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

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

Uses of AppearanceListener in de.jreality.util
 

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