|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Effect
Effect interface defines the lifecyle methods for an effect.
Method Summary | |
---|---|
void |
onCancel()
Fires after the effect is cancelled. |
void |
onComplete()
Fires after the effect is complete. |
void |
onStart()
Fires after the effect is started. |
void |
onUpdate(double progress)
Fires after the effect is updated. |
Method Detail |
---|
void onCancel()
void onComplete()
void onStart()
void onUpdate(double progress)
progress
- the progress betwee 0 and 1
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |