public class AnimationAdapter extends Object implements AnimationObserver
AnimationObserver.| Constructor and Description |
|---|
AnimationAdapter() |
| 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.
|
public void animationStarted(Animation anim, long when)
AnimationObserveranimationStarted in interface AnimationObserverpublic void animationCompleted(Animation anim, long when)
AnimationObserveranimationCompleted in interface AnimationObserverCopyright © 2015. All rights reserved.