public abstract class AnimationListenerAdapter extends Object implements Animation.AnimationListener
Constructor and Description |
---|
AnimationListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onAnimationEnd(Animation animation) |
void |
onAnimationRepeat(Animation animation) |
void |
onAnimationStart(Animation animation) |
public void onAnimationStart(Animation animation)
onAnimationStart
in interface Animation.AnimationListener
public void onAnimationEnd(Animation animation)
onAnimationEnd
in interface Animation.AnimationListener
public void onAnimationRepeat(Animation animation)
onAnimationRepeat
in interface Animation.AnimationListener