Uses of Interface
com.google.gwt.user.client.Event.NativePreviewHandler
-
Packages that use Event.NativePreviewHandler Package Description com.google.gwt.user.client Fundamental user-interface classes used in client-side GWT code. -
-
Uses of Event.NativePreviewHandler in com.google.gwt.user.client
Methods in com.google.gwt.user.client that return types with arguments of type Event.NativePreviewHandler Modifier and Type Method Description GwtEvent.Type<Event.NativePreviewHandler>
Event.NativePreviewEvent. getAssociatedType()
static GwtEvent.Type<Event.NativePreviewHandler>
Event.NativePreviewEvent. getType()
Gets the type associated with this event.Methods in com.google.gwt.user.client with parameters of type Event.NativePreviewHandler Modifier and Type Method Description static HandlerRegistration
Event. addNativePreviewHandler(Event.NativePreviewHandler handler)
Adds aEvent.NativePreviewHandler
that will receive all events before they are fired to their handlers.protected void
Event.NativePreviewEvent. dispatch(Event.NativePreviewHandler handler)
-