public interface AnimationSignal
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnimationSignal.AnimationSignalFactory |
| Modifier and Type | Field and Description |
|---|---|
static String |
EVENT_CANCEL |
static String |
EVENT_COMPLETE |
static String |
EVENT_PAUSE |
static String |
EVENT_RESUME |
static String |
EVENT_START |
static String |
PROP_LOOP |
static String |
PROP_RAMPING |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAnimationHash()
Returns an Integer hash of the animation
|
Long |
getAnimationLength()
Returns the Long length of the animation.
|
String |
getAnimationName()
Returns a String representing the name of the animation.
|
List<String> |
getAnimationProperties()
Returns a List of Strings containing the animation properties
|
String |
getAnimationVersion()
Returns a String representing the version of the animation.
|
String |
getEventType()
Returns a String representing the type of the event.
|
String |
getSourceId()
Returns the id String for the source of the AnimationSignal.
|
Long |
getTimestampMillisecUTC()
Returns the timestamp of the AnimationSignal.
|
static final String EVENT_START
static final String EVENT_PAUSE
static final String EVENT_RESUME
static final String EVENT_COMPLETE
static final String EVENT_CANCEL
static final String PROP_LOOP
static final String PROP_RAMPING
String getSourceId()
Long getTimestampMillisecUTC()
String getEventType()
String getAnimationName()
String getAnimationVersion()
Integer getAnimationHash()
Long getAnimationLength()
Copyright © 2011-2016. All Rights Reserved.