com.maryanovsky.gwtutils.client.iphone.ui.touch
Class TouchEndEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<H>
      extended by com.google.gwt.event.dom.client.DomEvent<H>
          extended by com.maryanovsky.gwtutils.client.iphone.ui.touch.TouchEvent<TouchEndHandler>
              extended by com.maryanovsky.gwtutils.client.iphone.ui.touch.TouchEndEvent
All Implemented Interfaces:
HasNativeEvent

public class TouchEndEvent
extends TouchEvent<TouchEndHandler>

Represents a touch end event.

Author:
Maryanovsky Alexander

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent
DomEvent.Type<H extends EventHandler>
 
Constructor Summary
protected TouchEndEvent()
          Protected constructor.
 
Method Summary
protected  void dispatch(TouchEndHandler handler)
          Dispatches the event to the handler.
 DomEvent.Type<TouchEndHandler> getAssociatedType()
          Returns the event type associated with touch end events.
static DomEvent.Type<TouchEndHandler> getType()
          Returns the event type associated with touch end events.
static void sinkTouchEndEvents(UIObject widget)
          Sinks touch end events for the specified UIObject.
static void unsinkTouchEndEvents(UIObject widget)
          Stops sinking touch end events for the specified UIObject.
 
Methods inherited from class com.maryanovsky.gwtutils.client.iphone.ui.touch.TouchEvent
getChangedTouches, getNativeTouchEvent, getTargetCoordinates, getTargetTouches, getTouches, sinkAllTouchEvents, unsinkAllTouchEvents
 
Methods inherited from class com.google.gwt.event.dom.client.DomEvent
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TouchEndEvent

protected TouchEndEvent()
Protected constructor.

Method Detail

getType

public static DomEvent.Type<TouchEndHandler> getType()
Returns the event type associated with touch end events.


getAssociatedType

public DomEvent.Type<TouchEndHandler> getAssociatedType()
Returns the event type associated with touch end events.

Overrides:
getAssociatedType in class DomEvent<TouchEndHandler>

dispatch

protected void dispatch(TouchEndHandler handler)
Dispatches the event to the handler.

Specified by:
dispatch in class GwtEvent<TouchEndHandler>

sinkTouchEndEvents

public static void sinkTouchEndEvents(UIObject widget)
Sinks touch end events for the specified UIObject.


unsinkTouchEndEvents

public static void unsinkTouchEndEvents(UIObject widget)
Stops sinking touch end events for the specified UIObject.