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

All Known Implementing Classes:
TapRecognizer

public interface HasTapHandlers

The interface for allowing tap event registration.

Author:
Maryanovsky Alexander

Method Summary
 HandlerRegistration addTapHandler(TapHandler handler)
          Adds a TapEvent handler.
 

Method Detail

addTapHandler

HandlerRegistration addTapHandler(TapHandler handler)
Adds a TapEvent handler.