Interface AxisClickEventHandler
-
- All Superinterfaces:
ChartEventHandler
,EventHandler
public interface AxisClickEventHandler extends ChartEventHandler
Event handler for clicking on the chart axis.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClick(AxisClickEvent event)
Invoked when the user clicks on the chart axis.
-
-
-
Method Detail
-
onClick
void onClick(AxisClickEvent event)
Invoked when the user clicks on the chart axis.- Parameters:
event
- axis click event
-
-