H
- GWT event objectpublic abstract class AbstractEvent<H extends EventHandler> extends GwtEvent<H>
GwtEvent.Type<H>
Modifier | Constructor and Description |
---|---|
protected |
AbstractEvent(NativeEvent nativeEvent)
Creates an event using a native event
|
Modifier and Type | Method and Description |
---|---|
AbstractChart<?,?> |
getChart()
Returns the chart instance, stored in the event as source.
|
NativeEvent |
getNativeEvent()
Returns the native event instance.
|
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
setSource, toDebugString, toString
protected AbstractEvent(NativeEvent nativeEvent)
nativeEvent
- native event of this custom eventNativeEvent
public final NativeEvent getNativeEvent()
NativeEvent
public AbstractChart<?,?> getChart()