com.maryanovsky.gwtutils.client.ui.touch.gestures.pinch
Interface HasPinchCancelHandlers

All Known Subinterfaces:
HasAllPinchHandlers
All Known Implementing Classes:
PinchRecognizer

public interface HasPinchCancelHandlers

The interface for allowing pinch cancel event registration.

Author:
Maryanovsky Alexander

Method Summary
 HandlerRegistration addPinchCancelHandler(PinchCancelHandler handler)
          Adds a PinchCancelEvent handler.
 

Method Detail

addPinchCancelHandler

HandlerRegistration addPinchCancelHandler(PinchCancelHandler handler)
Adds a PinchCancelEvent handler.