Interface HasAnimationCompleteHandlers
-
- All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
- All Known Implementing Classes:
BarChart,Chart,ChartWithAnimation,ChartWithScale,ChartWithTooltip,DoughnutChart,LineChart,PieChart,PolarAreaChart,RadarChart
public interface HasAnimationCompleteHandlers extends com.google.gwt.event.shared.HasHandlersInterface describe methods required for adding new handlers ofAnimationCompleteEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAnimationCompleteHandler(AnimationCompleteHandler handler)AddAnimationCompleteEventhandler to widget.
-
-
-
Method Detail
-
addAnimationCompleteHandler
void addAnimationCompleteHandler(AnimationCompleteHandler handler)
AddAnimationCompleteEventhandler to widget.- Parameters:
handler-
-
-