public interface

HasNativeEvent

com.google.gwt.event.dom.client.HasNativeEvent
Known Indirect Subclasses

Class Overview

An object that implements this interface has a native event associated with it.

Summary

Public Methods
abstract NativeEvent getNativeEvent()
Gets the underlying native event.

Public Methods

public abstract NativeEvent getNativeEvent ()

Gets the underlying native event.

Returns
  • the native event