com.maryanovsky.gwtutils.client.ui.touch.gestures
Class SyntheticTouchGestureEvent<H extends EventHandler,E extends TouchEvent<? extends EventHandler>>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.maryanovsky.gwtutils.client.event.SyntheticEvent<H,E>
              extended by com.maryanovsky.gwtutils.client.ui.touch.gestures.SyntheticTouchGestureEvent<H,E>
Direct Known Subclasses:
ButtonTapEvent, DragCancelEvent, DragEndEvent, DragMoveEvent, DragStartEvent, MultiFingerTapEvent, PinchCancelEvent, PinchChangeEvent, PinchEndEvent, PinchStartEvent, TapEvent

public abstract class SyntheticTouchGestureEvent<H extends EventHandler,E extends TouchEvent<? extends EventHandler>>
extends SyntheticEvent<H,E>

The base class for all gesture events which are synthesized from touch events.

Author:
Maryanovsky Alexander

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
protected SyntheticTouchGestureEvent(E sourceEvent)
          Creates a new SyntheticTouchGestureEvent with the specified source touch event from which it was synthesized.
 
Method Summary
 
Methods inherited from class com.maryanovsky.gwtutils.client.event.SyntheticEvent
getSourceEvent
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyntheticTouchGestureEvent

protected SyntheticTouchGestureEvent(E sourceEvent)
Creates a new SyntheticTouchGestureEvent with the specified source touch event from which it was synthesized.