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

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

public interface TouchEndHandler
extends EventHandler

Handler interface for TouchEndEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onTouchEnd(TouchEndEvent evt)
          Invoked when a finger is lifted.
 

Method Detail

onTouchEnd

void onTouchEnd(TouchEndEvent evt)
Invoked when a finger is lifted.