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