com.maryanovsky.gwtutils.client.iphone.ui.gesture
Class GestureEndEvent

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.gesture.GestureEvent<GestureEndHandler>
              extended by com.maryanovsky.gwtutils.client.iphone.ui.gesture.GestureEndEvent
All Implemented Interfaces:
HasNativeEvent

public class GestureEndEvent
extends GestureEvent<GestureEndHandler>

Represents a gesture 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 GestureEndEvent()
          Protected constructor.
 
Method Summary
protected  void dispatch(GestureEndHandler handler)
          Dispatches the event to the handler.
 DomEvent.Type<GestureEndHandler> getAssociatedType()
          Returns the event type associated with gesture end events.
static DomEvent.Type<GestureEndHandler> getType()
          Returns the event type associated with gesture end events.
static void sinkGestureEndEvents(UIObject widget)
          Sinks gesture end events for the specified UIObject.
static void unsinkGestureEndEvents(UIObject widget)
          Stops sinking gesture end events for the specified UIObject.
 
Methods inherited from class com.maryanovsky.gwtutils.client.iphone.ui.gesture.GestureEvent
getNativeGestureEvent, getRotation, getScale, sinkAllGestureEvents, unsinkAllGestureEvents
 
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

GestureEndEvent

protected GestureEndEvent()
Protected constructor.

Method Detail

getType

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


getAssociatedType

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

Overrides:
getAssociatedType in class DomEvent<GestureEndHandler>

dispatch

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

Specified by:
dispatch in class GwtEvent<GestureEndHandler>

sinkGestureEndEvents

public static void sinkGestureEndEvents(UIObject widget)
Sinks gesture end events for the specified UIObject.


unsinkGestureEndEvents

public static void unsinkGestureEndEvents(UIObject widget)
Stops sinking gesture end events for the specified UIObject.