|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnimationObserver
An interface to be implemented by classes that would like to observe an
Animation and be notified of interesting events relating to it.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void animationStarted(Animation anim,
long when)
void animationCompleted(Animation anim,
long when)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||