org.utgenome.gwt.ipad.event
Class TouchCancelEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.google.gwt.event.dom.client.DomEvent<H>
              extended by org.utgenome.gwt.ipad.event.TouchEvent<TouchCancelHandler>
                  extended by org.utgenome.gwt.ipad.event.TouchCancelEvent
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasNativeEvent

public class TouchCancelEvent
extends TouchEvent<TouchCancelHandler>

A cancel.

Author:
amoffat Alex Moffat

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler>
 
Constructor Summary
protected TouchCancelEvent()
           
 
Method Summary
protected  void dispatch(TouchCancelHandler handler)
          Should only be called by HandlerManager.
 com.google.gwt.event.dom.client.DomEvent.Type<TouchCancelHandler> getAssociatedType()
           
static com.google.gwt.event.dom.client.DomEvent.Type<TouchCancelHandler> getType()
           
 
Methods inherited from class org.utgenome.gwt.ipad.event.TouchEvent
changedTouches, targetTouches, touches
 
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
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TouchCancelEvent

protected TouchCancelEvent()
Method Detail

getType

public static com.google.gwt.event.dom.client.DomEvent.Type<TouchCancelHandler> getType()

getAssociatedType

public com.google.gwt.event.dom.client.DomEvent.Type<TouchCancelHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<TouchCancelHandler>

dispatch

protected void dispatch(TouchCancelHandler handler)
Should only be called by HandlerManager. In other words, do not use or call.

Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<TouchCancelHandler>
Parameters:
handler - handler


Copyright © 2007-2012 utgenome.org. All Rights Reserved.