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