org.openbp.cockpit.modeler.util
Interface Animatable


public interface Animatable

Defines an object that can be animated. See the Animator class for details.

Author:
Stephan Moritz

Method Summary
 void animationEnd()
          Called after the animation has ended.
 void animationStart()
          Called when the animation is about to start.
 void animationStep()
          Called to perform an animation step.
 

Method Detail

animationStart

void animationStart()
Called when the animation is about to start.


animationStep

void animationStep()
Called to perform an animation step.


animationEnd

void animationEnd()
Called after the animation has ended.



Copyright © 2011. All Rights Reserved.