|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.fx.client.animation.BaseEffect
public class BaseEffect
Base Effect implementation for elements.
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void onCancel()
Effect
onCancel in interface Effectpublic void onComplete()
Effect
onComplete in interface Effectpublic void onStart()
Effect
onStart in interface Effectpublic void onUpdate(double progress)
Effect
onUpdate in interface Effectprogress - the progress between 0 and 1
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||