public class AnimationEvent
extends java.lang.Object
AnimationListener
,
ComponentAnimator
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
AnimationEvent(java.awt.Component source,
int state)
Event Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSource()
returns the source of animation
|
int |
getState()
returns the state of the animation (ANIMATION_START, ANIMATION_FRAME or ANIMATION_END)
|
public static final int ANIMATION_START
public static final int ANIMATION_FRAME
public static final int ANIMATION_END
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications