|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnimationListener
Listens to an AnimationJob as it plays an Animation.
Method Summary | |
---|---|
void |
animationAdvanced(long time)
Called when the AnimationJob advances the Animation. |
void |
animationStart(long time,
Long end)
Called when the animation begins. |
Method Detail |
---|
void animationStart(long time, Long end)
time
- animation start timeend
- animation end time, null if unknownvoid animationAdvanced(long time)
time
- current time within the animation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |