com.threerings.opengl.model
Class ModelAdapter
java.lang.Object
com.threerings.opengl.model.AnimationAdapter
com.threerings.opengl.model.ModelAdapter
- All Implemented Interfaces:
- AnimationObserver, ModelObserver
public class ModelAdapter
- extends AnimationAdapter
- implements ModelObserver
An adapter class for ModelObserver.
|
Method Summary |
boolean |
modelCompleted(Model model)
Notes that a model (such as a transient effect) has completed. |
ModelAdapter
public ModelAdapter()
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.