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