Interface AnimationCompleteEventHandler
-
- All Superinterfaces:
ChartEventHandler
,EventHandler
public interface AnimationCompleteEventHandler extends ChartEventHandler
Event handler for chart animation complete event.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onComplete(AnimationCompleteEvent event)
Invoked when chart animation is complete.
-
-
-
Method Detail
-
onComplete
void onComplete(AnimationCompleteEvent event)
Invoked when chart animation is complete.- Parameters:
event
- animation event
-
-