public class BaseEffect extends Object implements Effect
Effect implementation for elements.| Modifier and Type | Method and Description |
|---|---|
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.
|
public void onCancel()
Effectpublic void onComplete()
EffectonComplete in interface Effectpublic void onStart()
EffectCopyright © 2012. All Rights Reserved.