public interface AnimationObserver
Animation and be notified of interesting events relating to it.| Modifier and Type | Method and Description |
|---|---|
void |
animationCompleted(Animation anim,
long when)
Called when the observed animation has completed.
|
void |
animationStarted(Animation anim,
long when)
Called the first time this animation is ticked.
|
Copyright © 2015. All rights reserved.