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

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllTouchEvents, TouchEventsCanceller

public interface TouchCancelHandler
extends EventHandler

Handler interface for TouchCancelEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onTouchCancel(TouchCancelEvent evt)
          Invoked when a touch is canceled.
 

Method Detail

onTouchCancel

void onTouchCancel(TouchCancelEvent evt)
Invoked when a touch is canceled.