com.threerings.media.animation
Class Animation.AnimCompletedOp

java.lang.Object
  extended by 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).


Field Summary
protected  Animation _anim
           
protected  long _when
           
 
Constructor Summary
Animation.AnimCompletedOp(Animation anim, long when)
           
 
Method Summary
 boolean apply(Object observer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_anim

protected Animation _anim

_when

protected long _when
Constructor Detail

Animation.AnimCompletedOp

public Animation.AnimCompletedOp(Animation anim,
                                 long when)
Method Detail

apply

public boolean apply(Object observer)
Specified by:
apply in interface ObserverList.ObserverOp<Object>