com.threerings.opengl.model
Class ModelAdapter

java.lang.Object
  extended by com.threerings.opengl.model.AnimationAdapter
      extended by com.threerings.opengl.model.ModelAdapter
All Implemented Interfaces:
AnimationObserver, ModelObserver

public class ModelAdapter
extends AnimationAdapter
implements ModelObserver

An adapter class for ModelObserver.


Constructor Summary
ModelAdapter()
           
 
Method Summary
 boolean modelCompleted(Model model)
          Notes that a model (such as a transient effect) has completed.
 
Methods inherited from class com.threerings.opengl.model.AnimationAdapter
animationStarted, animationStopped
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.threerings.opengl.model.AnimationObserver
animationStarted, animationStopped
 

Constructor Detail

ModelAdapter

public ModelAdapter()
Method Detail

modelCompleted

public boolean modelCompleted(Model model)
Description copied from interface: ModelObserver
Notes that a model (such as a transient effect) has completed.

Specified by:
modelCompleted in interface ModelObserver
Returns:
true to keep the observer in the list, false to remove it.


Copyright © 2011. All Rights Reserved.