public interface AnimationJobListener
| Modifier and Type | Method and Description |
|---|---|
void |
animationAdvanced(long time)
Called when the AnimationJob advances the Animation.
|
void |
animationStart(long time,
Long end)
Called when the animation begins.
|
void animationStart(long time,
Long end)
time - animation start timeend - animation end time, null if unknownvoid animationAdvanced(long time)
time - current time within the animationCopyright © 2011-2016. All Rights Reserved.