public final class AnimationEvent extends Object
AnimationListener
Modifier and Type | Class and Description |
---|---|
static class |
AnimationEvent.Type
Enumerates the animation event types: started and 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 happened in the
time interval of this event's source animation.
|
String |
toString()
Returns an appropriate string representation.
|
AnimationEvent.Type |
type()
Returns the event type: started or stopped.
|
public Animation getSource()
public AnimationEvent.Type type()
public long time()
Copyright © 2017 JGoodies Software GmbH. All rights reserved.