Package com.smartgwt.client.widgets
Interface AnimationCallback
public interface AnimationCallback
-
Method Summary
-
Method Details
-
execute
void execute(boolean earlyFinish) ACallback
called when the move completes.- Parameters:
earlyFinish
- true if the animation was cut short. To quit an animation early, simply call the non-animated version of the same API, so for example callCanvas.hide()
to cut short an animation fromCanvas.animateHide()
already in progress.
-