com.threerings.opengl.model
Class Animation.StoppedOp
java.lang.Object
com.threerings.opengl.model.Animation.AnimationOp
com.threerings.opengl.model.Animation.StoppedOp
- All Implemented Interfaces:
- ObserverList.ObserverOp<AnimationObserver>
- Enclosing class:
- Animation
protected static class Animation.StoppedOp
- extends Animation.AnimationOp
An ObserverList.ObserverOp that calls
AnimationObserver.animationStopped(com.threerings.opengl.model.Animation, boolean).
|
Field Summary |
protected boolean |
_completed
Whether or not the animation completed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_completed
protected boolean _completed
- Whether or not the animation completed.
Animation.StoppedOp
protected Animation.StoppedOp()
init
public void init(Animation animation,
boolean completed)
- (Re)initializes this op.
apply
public boolean apply(AnimationObserver observer)