|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnimationObserver
Notifies observers when animations complete or are cancelled.
| Method Summary | |
|---|---|
boolean |
animationStarted(Animation animation)
Notes that an animation has started. |
boolean |
animationStopped(Animation animation,
boolean completed)
Notifies the observer that the animation has stopped. |
| Method Detail |
|---|
boolean animationStarted(Animation animation)
boolean animationStopped(Animation animation,
boolean completed)
completed - whether or not the animation ran to completion (as opposed to being
cancelled).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||