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

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

public interface DragEndHandler
extends EventHandler

Handler interface for DragEndEvents.

Author:
Maryanovsky Alexander

Method Summary
 void onDragEnd(DragEndEvent evt)
          Invoked when a drag gesture ends.
 

Method Detail

onDragEnd

void onDragEnd(DragEndEvent evt)
Invoked when a drag gesture ends.