com.vlsolutions.swing.docking.animation
Interface AnimationListener


public interface AnimationListener

The AnimationListener interface is used to notify listeners about the state of an animation process (animation start and end).

This interface is used by ComponentAnimator, generally to block events management during animation phase.

See Also:
ComponentAnimator, AnimationEvent

Method Summary
 void animation(AnimationEvent e)
          This method is invoked when the animation state change.
 

Method Detail

animation

void animation(AnimationEvent e)
This method is invoked when the animation state change.

Changes are relative to animation start, sequence(frame) and end.



© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications