com.jgoodies.animation
public final class AnimationEvent extends java.lang.Object
AnimationListener
Modifier and Type | Field and Description |
---|---|
static com.jgoodies.animation.AnimationEvent.Type |
STARTED
The animation event type for an animation that has been started.
|
static com.jgoodies.animation.AnimationEvent.Type |
STOPPED
The animation event type for an animation that has been stopped.
|
Modifier and Type | Method and Description |
---|---|
Animation |
getSource()
Returns the animation the has originated this event.
|
long |
time()
Returns the time when this event has been created.
|
java.lang.String |
toString()
Returns an appropriate string representation.
|
com.jgoodies.animation.AnimationEvent.Type |
type()
Returns the event type: started or stopped.
|
public static final com.jgoodies.animation.AnimationEvent.Type STARTED
public static final com.jgoodies.animation.AnimationEvent.Type STOPPED
public Animation getSource()
public com.jgoodies.animation.AnimationEvent.Type type()
public long time()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.