com.maryanovsky.gwtutils.client.ui.touch.gestures.tap
Interface TapHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
TapZoomInAction

public interface TapHandler
extends EventHandler

Handler interface for TapEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onTap(TapEvent evt)
          Invoked when the user taps the screen.
 

Method Detail

onTap

void onTap(TapEvent evt)
Invoked when the user taps the screen.