org.robokind.api.animation.player
Interface AnimationJobListener


public interface AnimationJobListener

Listens to an AnimationJob as it plays an Animation.

Author:
Matthew Stevenson

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

animationStart

void animationStart(long time,
                    Long end)
Called when the animation begins.

Parameters:
time - animation start time
end - animation end time, null if unknown

animationAdvanced

void animationAdvanced(long time)
Called when the AnimationJob advances the Animation.

Parameters:
time - current time within the animation


Copyright © 2011. All Rights Reserved.