Interface RemoveHandlerEventHandler
-
- All Superinterfaces:
EventHandler
- All Known Implementing Classes:
AbstractPieOptions,Animation,BarOptions,BubbleMapOptions,BubbleOptions,ChoroplethOptions,ConfigurationOptions,DoughnutOptions,GaugeOptions,HorizontalBarOptions,Legend,LineOptions,MatrixOptions,MeterOptions,PieOptions,PolarAreaOptions,RadarOptions,SankeyOptions,ScalesOptions,ScatterOptions,StackedOptions,TimeSeriesBarOptions,TimeSeriesLineOptions,TreeMapOptions,VerticalLineOptions
public interface RemoveHandlerEventHandler extends EventHandler
Event handler for removing a chart event handler.- Author:
- Andrea "Stock" Stocchero
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRemove(RemoveHandlerEvent event)Invoked when a chart event handler is removed.
-
-
-
Method Detail
-
onRemove
void onRemove(RemoveHandlerEvent event)
Invoked when a chart event handler is removed.- Parameters:
event- event to be consumed
-
-