Interface AnimationCompleteHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface AnimationCompleteHandler extends com.google.gwt.event.shared.EventHandlerHandler interface for handlingAnimationCompleteEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAnimationComplete(AnimationCompleteEvent event)Method will be invoked when animation is complete
-
-
-
Method Detail
-
onAnimationComplete
void onAnimationComplete(AnimationCompleteEvent event)
Method will be invoked when animation is complete- Parameters:
event- : object contains reference to the instance of chart
-
-