com.maryanovsky.gwtutils.client.ui.touch.gestures.buttontap
Interface ButtonTapHandler

All Superinterfaces:
EventHandler

public interface ButtonTapHandler
extends EventHandler

Handler interface for ButtonTapEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onButtonTap(ButtonTapEvent evt)
          Invoked when the user taps the button.
 

Method Detail

onButtonTap

void onButtonTap(ButtonTapEvent evt)
Invoked when the user taps the button.