com.maryanovsky.gwtutils.client.ui.touch.gestures.drag
Interface HasDragEndHandlers

All Known Subinterfaces:
HasAllDragHandlers
All Known Implementing Classes:
DragRecognizer

public interface HasDragEndHandlers

The interface for allowing drag end event registration.

Author:
Maryanovsky Alexander

Method Summary
 HandlerRegistration addDragEndHandler(DragEndHandler handler)
          Adds a DragEndEvent handler.
 

Method Detail

addDragEndHandler

HandlerRegistration addDragEndHandler(DragEndHandler handler)
Adds a DragEndEvent handler.