public interface AnimationEvent
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnimationEvent.AnimationEventFactory |
| Modifier and Type | Method and Description |
|---|---|
Animation |
getAnimation()
Returns the Animation associated with this AnimationEvent.
|
Long |
getCurrentTimeMillisec()
Returns the timestamp of the AnimationEvent.
|
String |
getDestinationId()
Returns the id String for the destination of the AnimationEvent.
|
String |
getSourceId()
Returns the id String for the source of the AnimationEvent.
|
String getSourceId()
String getDestinationId()
Long getCurrentTimeMillisec()
Animation getAnimation()
Copyright © 2011-2014. All Rights Reserved.