|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Animation.AnimationListener
An animation listener receives notifications from an animation. Notifications indicate animation related events, such as the end or the repetition of the animation.
| Method Summary | |
|---|---|
void |
onAnimationEnd(Animation animation)
Notifies the end of the animation. |
void |
onAnimationRepeat(Animation animation)
Notifies the repetition of the animation. |
void |
onAnimationStart(Animation animation)
Notifies the start of the animation. |
| Method Detail |
|---|
void onAnimationStart(Animation animation)
Notifies the start of the animation.
animation - The started animation.void onAnimationEnd(Animation animation)
Notifies the end of the animation. This callback is invoked only for animation with repeat mode set to NO_REPEAT.
animation - The animation which reached its end.void onAnimationRepeat(Animation animation)
Notifies the repetition of the animation. This callback is invoked only for animation with repeat mode set to RESTART or REVERSE.
animation - The animation which was repeated.
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||