Uses of Interface
com.threerings.opengl.model.AnimationObserver

Packages that use AnimationObserver
com.threerings.opengl.model   
com.threerings.opengl.model.tools   
 

Uses of AnimationObserver in com.threerings.opengl.model
 

Subinterfaces of AnimationObserver in com.threerings.opengl.model
 interface ModelObserver
          Notifies observers of model events (including animation events).
 

Classes in com.threerings.opengl.model that implement AnimationObserver
 class AnimationAdapter
          An adapter class for AnimationObserver.
 class ModelAdapter
          An adapter class for ModelObserver.
 

Methods in com.threerings.opengl.model with parameters of type AnimationObserver
 void Animation.addObserver(AnimationObserver observer)
          Adds an observer to this animation.
 void Animation.removeObserver(AnimationObserver observer)
          Removes an observer from this animation.
 

Uses of AnimationObserver in com.threerings.opengl.model.tools
 

Classes in com.threerings.opengl.model.tools that implement AnimationObserver
 class ModelViewer
          A simple model viewer application.
 



Copyright © 2011. All Rights Reserved.