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

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

public class GestureStartEvent
extends GestureEvent<GestureStartHandler>

Represents a gesture start 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 GestureStartEvent()
          Protected constructor.
 
Method Summary
protected  void dispatch(GestureStartHandler handler)
          Dispatches the event to the handler.
 DomEvent.Type<GestureStartHandler> getAssociatedType()
          Returns the event type associated with gesture start events.
static DomEvent.Type<GestureStartHandler> getType()
          Returns the event type associated with gesture start events.
static void sinkGestureStartEvents(UIObject widget)
          Sinks gesture start events for the specified UIObject.
static void unsinkGestureStartEvents(UIObject widget)
          Stops sinking gesture start 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

GestureStartEvent

protected GestureStartEvent()
Protected constructor.

Method Detail

getType

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


getAssociatedType

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

Overrides:
getAssociatedType in class DomEvent<GestureStartHandler>

dispatch

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

Specified by:
dispatch in class GwtEvent<GestureStartHandler>

sinkGestureStartEvents

public static void sinkGestureStartEvents(UIObject widget)
Sinks gesture start events for the specified UIObject.


unsinkGestureStartEvents

public static void unsinkGestureStartEvents(UIObject widget)
Stops sinking gesture start events for the specified UIObject.