Class DatasetRangeCleanSelectionEvent
- java.lang.Object
-
- org.pepstock.charba.client.events.Event
-
- org.pepstock.charba.client.events.AbstractEvent
-
- org.pepstock.charba.client.events.DatasetRangeCleanSelectionEvent
-
- All Implemented Interfaces:
HasNativeEvent
public final class DatasetRangeCleanSelectionEvent extends AbstractEvent
Event which is fired when the user cleans an area on the chart, byDatasetsItemsSelector.ID
plugin.- Author:
- Andrea "Stock" Stocchero
-
-
Constructor Summary
Constructors Constructor Description DatasetRangeCleanSelectionEvent(NativeCustomEvent nativeEvent)
Creates the event with native event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(EventHandler handler)
Implemented by subclasses to dispatch event on the handler.-
Methods inherited from class org.pepstock.charba.client.events.AbstractEvent
getChart, getNativeEvent, getType
-
-
-
-
Field Detail
-
TYPE
public static final EventType TYPE
Event type
-
-
Constructor Detail
-
DatasetRangeCleanSelectionEvent
public DatasetRangeCleanSelectionEvent(NativeCustomEvent nativeEvent)
Creates the event with native event.- Parameters:
nativeEvent
- native event of this custom event
-
-
Method Detail
-
dispatch
protected void dispatch(EventHandler handler)
Description copied from class:Event
Implemented by subclasses to dispatch event on the handler.
-
-