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

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllPinchEvents, PinchMagnifyAction

public interface PinchCancelHandler
extends EventHandler

Handler interface for PinchCancelEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onPinchCancel(PinchCancelEvent evt)
          Invoked when a pinch gesture is cancelled.
 

Method Detail

onPinchCancel

void onPinchCancel(PinchCancelEvent evt)
Invoked when a pinch gesture is cancelled.