com.threerings.media.animation
Class Animation.AnimCompletedOp
java.lang.Object
com.threerings.media.animation.Animation.AnimCompletedOp
- All Implemented Interfaces:
- ObserverList.ObserverOp<Object>
- Enclosing class:
- Animation
protected static class Animation.AnimCompletedOp
- extends Object
- implements ObserverList.ObserverOp<Object>
Used to dispatch AnimationObserver.animationCompleted(com.threerings.media.animation.Animation, long).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_anim
protected Animation _anim
_when
protected long _when
Animation.AnimCompletedOp
public Animation.AnimCompletedOp(Animation anim,
long when)
apply
public boolean apply(Object observer)
- Specified by:
apply in interface ObserverList.ObserverOp<Object>