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

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

public class GestureChangeEvent
extends GestureEvent<GestureChangeHandler>

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

GestureChangeEvent

protected GestureChangeEvent()
Protected constructor.

Method Detail

getType

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


getAssociatedType

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

Overrides:
getAssociatedType in class DomEvent<GestureChangeHandler>

dispatch

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

Specified by:
dispatch in class GwtEvent<GestureChangeHandler>

sinkGestureChangeEvents

public static void sinkGestureChangeEvents(UIObject widget)
Sinks gesture change events for the specified UIObject.


unsinkGestureChangeEvents

public static void unsinkGestureChangeEvents(UIObject widget)
Stops sinking gesture change events for the specified UIObject.