Class JadiceTouchGestureEvent<T extends com.google.gwt.event.shared.EventHandler>

java.lang.Object
com.google.web.bindery.event.shared.Event<T>
com.google.gwt.event.shared.GwtEvent<T>
com.google.gwt.event.dom.client.DomEvent<T>
com.levigo.jadice.web.client.event.input.JadiceTouchGestureEvent<T>
Type Parameters:
T - the EventHandler
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasNativeEvent
Direct Known Subclasses:
JadiceTouchGestureChangeEvent, JadiceTouchGestureEndEvent, JadiceTouchGestureStartEvent

public abstract class JadiceTouchGestureEvent<T extends com.google.gwt.event.shared.EventHandler> extends com.google.gwt.event.dom.client.DomEvent<T>
Abstract super class for touch gesture events.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent

    com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
     
    JadiceTouchGestureEvent(com.google.gwt.event.dom.client.TouchEvent<?> event)
    Create a new JadiceGestureEvent that indicates that the contained touch event should be interpreted as a gesture.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.event.dom.client.TouchEvent<?>
     

    Methods inherited from class com.google.gwt.event.dom.client.DomEvent

    fireNativeEvent, fireNativeEvent, getAssociatedType, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation

    Methods inherited from class com.google.gwt.event.shared.GwtEvent

    assertLive, dispatch, 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 Details

    • JadiceTouchGestureEvent

      protected JadiceTouchGestureEvent()
    • JadiceTouchGestureEvent

      public JadiceTouchGestureEvent(com.google.gwt.event.dom.client.TouchEvent<?> event)
      Create a new JadiceGestureEvent that indicates that the contained touch event should be interpreted as a gesture.
      Parameters:
      event - the touch event which is interpreted as a gesture
  • Method Details

    • getTouchEvent

      public com.google.gwt.event.dom.client.TouchEvent<?> getTouchEvent()