com.maryanovsky.gwtutils.client.iphone.ui.touch
Interface HasTouchCancelHandlers

All Superinterfaces:
HasHandlers
All Known Subinterfaces:
HasAllTouchHandlers
All Known Implementing Classes:
TouchEventsSourcePanel

public interface HasTouchCancelHandlers
extends HasHandlers

The interface for allowing touch cancel event registration.

Author:
Maryanovsky Alexander

Method Summary
 HandlerRegistration addTouchCancelHandler(TouchCancelHandler handler)
          Adds a TouchCancelEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTouchCancelHandler

HandlerRegistration addTouchCancelHandler(TouchCancelHandler handler)
Adds a TouchCancelEvent handler.