public class

MouseMoveEvent

extends MouseEvent<H extends EventHandler>
java.lang.Object
   ↳ com.google.gwt.event.shared.GwtEvent<H extends com.google.gwt.event.shared.EventHandler>
     ↳ com.google.gwt.event.dom.client.DomEvent<H extends com.google.gwt.event.shared.EventHandler>
       ↳ com.google.gwt.event.dom.client.HumanInputEvent<H extends com.google.gwt.event.shared.EventHandler>
         ↳ com.google.gwt.event.dom.client.MouseEvent<H extends com.google.gwt.event.shared.EventHandler>
           ↳ com.google.gwt.event.dom.client.MouseMoveEvent

Class Overview

Represents a native mouse move event.

Summary

Protected Constructors
MouseMoveEvent()
Public Methods
final Type<MouseMoveHandler> getAssociatedType()
Returns the type used to register this event.
static Type<MouseMoveHandler> getType()
Gets the event type associated with mouse move events.
Protected Methods
void dispatch(MouseMoveHandler handler)
Should only be called by HandlerManager.
[Expand]
Inherited Methods
From class com.google.gwt.event.dom.client.MouseEvent
From class com.google.gwt.event.dom.client.HumanInputEvent
From class com.google.gwt.event.dom.client.DomEvent
From class com.google.gwt.event.shared.GwtEvent
From class java.lang.Object
From interface com.google.gwt.event.dom.client.HasNativeEvent

Protected Constructors

protected MouseMoveEvent ()

Public Methods

public final Type<MouseMoveHandler> getAssociatedType ()

Returns the type used to register this event. Used by handler manager to dispatch events to the correct handlers.

Returns
  • the type

public static Type<MouseMoveHandler> getType ()

Gets the event type associated with mouse move events.

Returns
  • the handler type

Protected Methods

protected void dispatch (MouseMoveHandler handler)

Should only be called by HandlerManager. In other words, do not use or call.

Parameters
handler handler