public class

GestureChangeEvent

extends DomEvent<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.GestureChangeEvent

Class Overview

Represents a native gesture change event.

Summary

Protected Constructors
GestureChangeEvent()
Public Methods
final Type<GestureChangeHandler> getAssociatedType()
Returns the type used to register this event.
double getRotation()
double getScale()
static Type<GestureChangeHandler> getType()
Gets the event type associated with gesture change events.
Protected Methods
void dispatch(GestureChangeHandler handler)
Should only be called by HandlerManager.
[Expand]
Inherited Methods
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 GestureChangeEvent ()

Public Methods

public final Type<GestureChangeHandler> getAssociatedType ()

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

Returns
  • the type

public double getRotation ()

public double getScale ()

public static Type<GestureChangeHandler> getType ()

Gets the event type associated with gesture change events.

Returns
  • the handler type

Protected Methods

protected void dispatch (GestureChangeHandler handler)

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

Parameters
handler handler