|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.animation.AnimationEvent
public final class AnimationEvent
Describes events appropriate for animations: started or stopped.
AnimationListener
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final com.jgoodies.animation.AnimationEvent.Type STARTED
public static final com.jgoodies.animation.AnimationEvent.Type STOPPED
Method Detail |
---|
public Animation getSource()
public com.jgoodies.animation.AnimationEvent.Type type()
public long time()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |