com.maryanovsky.gwtutils.client.ui.mouse.gestures.drag
Interface DragCancelHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
AreaSelectionAction, DragPanAction, HandlesAllDragEvents

public interface DragCancelHandler
extends EventHandler

Handler interface for DragCancelEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onDragCancel(DragCancelEvent evt)
          Invoked when a drag gesture is cancelled.
 

Method Detail

onDragCancel

void onDragCancel(DragCancelEvent evt)
Invoked when a drag gesture is cancelled.