com.threerings.opengl.model
Interface ModelObserver

All Superinterfaces:
AnimationObserver
All Known Implementing Classes:
ModelAdapter, ModelViewer

public interface ModelObserver
extends AnimationObserver

Notifies observers of model events (including animation events).


Method Summary
 boolean modelCompleted(Model model)
          Notes that a model (such as a transient effect) has completed.
 
Methods inherited from interface com.threerings.opengl.model.AnimationObserver
animationStarted, animationStopped
 

Method Detail

modelCompleted

boolean modelCompleted(Model model)
Notes that a model (such as a transient effect) has completed.

Returns:
true to keep the observer in the list, false to remove it.


Copyright © 2011. All Rights Reserved.