com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Class DragCancelEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.maryanovsky.gwtutils.client.event.SyntheticEvent<H,E>
com.maryanovsky.gwtutils.client.ui.touch.gestures.SyntheticTouchGestureEvent<DragCancelHandler,TouchEvent<? extends EventHandler>>
com.maryanovsky.gwtutils.client.ui.touch.gestures.drag.DragCancelEvent
public class DragCancelEvent
- extends SyntheticTouchGestureEvent<DragCancelHandler,TouchEvent<? extends EventHandler>>
Represents a drag cancel event.
- Author:
- Maryanovsky Alexander
Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
DragCancelEvent
public DragCancelEvent(TouchEvent<? extends EventHandler> evt)
- Creates a new
DragCancelEvent
from the specified source
TouchEvent
.
- Parameters:
evt
- The touch event that triggered this event.
getType
public static GwtEvent.Type<DragCancelHandler> getType()
- Returns the event type associated with drag cancel events.
getAssociatedType
public GwtEvent.Type<DragCancelHandler> getAssociatedType()
- Returns the event type associated with drag cancel events.
- Overrides:
getAssociatedType
in class GwtEvent<DragCancelHandler>
dispatch
protected void dispatch(DragCancelHandler handler)
- Dispatches the event to the handler.
- Specified by:
dispatch
in class GwtEvent<DragCancelHandler>