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