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()
Effect
public void onComplete()
Effect
onComplete
in interface Effect
public void onStart()
Effect
Copyright © 2012. All Rights Reserved.