com.vlsolutions.swing.docking.animation
public class AnimationEvent extends Object
See Also: AnimationListener
Field Summary | |
---|---|
static int | ANIMATION_END state identifying the end of an animation |
static int | ANIMATION_FRAME state identifying a change in the animation (the component has changed of bounds) |
static int | ANIMATION_START state identifying the beginning of an animation |
Constructor Summary | |
---|---|
AnimationEvent(Component source, int state) Event Constructor. |
Method Summary | |
---|---|
Object | getSource() returns the source of animation |
int | getState() returns the state of the animation (ANIMATION_START, ANIMATION_FRAME or ANIMATION_END) |
Parameters: source the animated component state the state of animation (ANIMATION_START , ANIMATION_FRAME or ANIMATION_END)