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