com.threerings.media.animation
Interface SequencedAnimationObserver

All Superinterfaces:
AnimationObserver

public interface SequencedAnimationObserver
extends AnimationObserver

Extends the animation observer interface with extra goodies.


Method Summary
 void frameReached(Animation anim, long when, int frameIdx, int frameSeq)
          Called when the observed animation -- previously configured with an AnimationFrameSequencer -- reached the specified frame.
 
Methods inherited from interface com.threerings.media.animation.AnimationObserver
animationCompleted, animationStarted
 

Method Detail

frameReached

void frameReached(Animation anim,
                  long when,
                  int frameIdx,
                  int frameSeq)
Called when the observed animation -- previously configured with an AnimationFrameSequencer -- reached the specified frame.