com.maryanovsky.gwtutils.client.ui.touch.gestures.mftap
Interface MultiFingerTapHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
MultiFingerTapZoomOutAction

public interface MultiFingerTapHandler
extends EventHandler

Handler interface for MultiFingerTapEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onMultiFingerTap(MultiFingerTapEvent evt)
          Invoked when the user taps the screen with one or fingers.
 

Method Detail

onMultiFingerTap

void onMultiFingerTap(MultiFingerTapEvent evt)
Invoked when the user taps the screen with one or fingers.