GWT 2.7.0

Uses of Class
com.google.gwt.event.dom.client.TouchEvent

Packages that use TouchEvent
com.google.gwt.event.dom.client Types related to DOM events. 
com.google.gwt.touch.client   
 

Uses of TouchEvent in com.google.gwt.event.dom.client
 

Subclasses of TouchEvent in com.google.gwt.event.dom.client
 class TouchCancelEvent
          Represents a native touch start event.
 class TouchEndEvent
          Represents a native touch end event.
 class TouchMoveEvent
          Represents a native touch move event.
 class TouchStartEvent
          Represents a native touch start event.
 

Uses of TouchEvent in com.google.gwt.touch.client
 

Methods in com.google.gwt.touch.client with parameters of type TouchEvent
protected  Touch TouchScroller.getTouchFromEvent(TouchEvent<?> event)
          Get touch from event.
protected  void TouchScroller.onDragEnd(TouchEvent<?> event)
          Called when the object's drag sequence is complete.
protected  void TouchScroller.onDragMove(TouchEvent<?> event)
          Called when the object has been dragged to a new position.
protected  void TouchScroller.onDragStart(TouchEvent<?> event)
          Called when the object has started dragging.
protected  void TouchScroller.onTouchCancel(TouchEvent<?> event)
          Called when the user cancels a touch.
protected  void TouchScroller.onTouchEnd(TouchEvent<?> event)
          Called when the user releases a touch.
protected  void TouchScroller.onTouchMove(TouchEvent<?> event)
          Called when the user moves a touch.
protected  void TouchScroller.onTouchStart(TouchEvent<?> event)
          Called when the user starts a touch.
 


GWT 2.7.0