Interface LegendLeaveEventHandler
-
- All Superinterfaces:
ChartEventHandler
,EventHandler
public interface LegendLeaveEventHandler extends ChartEventHandler
Event handler for leaving on the chart legend.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLeave(LegendLeaveEvent event)
Invoked when the user leaves on the chart legend.
-
-
-
Method Detail
-
onLeave
void onLeave(LegendLeaveEvent event)
Invoked when the user leaves on the chart legend.- Parameters:
event
- legend leave event
-
-