public class GestureChangeEvent extends DomEvent<GestureChangeHandler>
DomEvent.Type<H extends EventHandler>
Modifier | Constructor and Description |
---|---|
protected |
GestureChangeEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent,
com.google.gwt.event.shared.HasHandlers) to fire gesture change events. |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(GestureChangeHandler handler)
Should only be called by
HandlerManager . |
DomEvent.Type<GestureChangeHandler> |
getAssociatedType()
Returns the
Event.Type used to register this event, allowing an
EventBus to find handlers of the appropriate class. |
double |
getRotation() |
double |
getScale() |
static DomEvent.Type<GestureChangeHandler> |
getType()
Gets the event type associated with gesture change events.
|
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, init, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
protected GestureChangeEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent,
com.google.gwt.event.shared.HasHandlers)
to fire gesture change events.public static DomEvent.Type<GestureChangeHandler> getType()
public final DomEvent.Type<GestureChangeHandler> getAssociatedType()
Event
Event.Type
used to register this event, allowing an
EventBus
to find handlers of the appropriate class.getAssociatedType
in class DomEvent<GestureChangeHandler>
public double getRotation()
public double getScale()
protected void dispatch(GestureChangeHandler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.dispatch
in class GwtEvent<GestureChangeHandler>
handler
- handlerEventBus.dispatchEvent(Event, Object)