Interface ChartHoverEventHandler
-
- All Superinterfaces:
ChartEventHandler
,EventHandler
public interface ChartHoverEventHandler extends ChartEventHandler
Event handler for hovering on the chart.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onHover(ChartHoverEvent event)
Invoked when the user hovers on the chart.
-
-
-
Method Detail
-
onHover
void onHover(ChartHoverEvent event)
Invoked when the user hovers on the chart.- Parameters:
event
- chart hover event
-
-