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, revivesetSource, toDebugString, toStringprotected AbstractEvent(NativeEvent nativeEvent)
nativeEvent - native event of this custom eventNativeEventpublic final NativeEvent getNativeEvent()
NativeEventpublic AbstractChart<?,?> getChart()