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