public interface AnimationListener
Modifier and Type | Method and Description |
---|---|
void |
onAnimationEnd(Animation animation)
This method is called when the animation ends.
|
void onAnimationEnd(Animation animation)
animation
- The Animation object.