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