|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnimationSignal
An interface for animation signalling events.
| Nested Class Summary | |
|---|---|
static interface |
AnimationSignal.AnimationSignalFactory
|
| Field Summary | |
|---|---|
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
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
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
| Method Detail |
|---|
String getSourceId()
Long getTimestampMillisecUTC()
String getEventType()
String getAnimationName()
String getAnimationVersion()
Integer getAnimationHash()
Long getAnimationLength()
List<String> getAnimationProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||