public interface SequencedAnimationObserver extends AnimationObserver
| Modifier and Type | Method and Description |
|---|---|
void |
frameReached(Animation anim,
long when,
int frameIdx,
int frameSeq)
Called when the observed animation -- previously configured with an
AnimationFrameSequencer -- reached the specified frame. |
animationCompleted, animationStartedvoid frameReached(Animation anim, long when, int frameIdx, int frameSeq)
AnimationFrameSequencer -- reached the specified frame.Copyright © 2015. All rights reserved.