public interface HasDragStopHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addDragStopHandler(DragStopHandler handler)
|
com.google.gwt.event.shared.HandlerRegistration addDragStopHandler(DragStopHandler handler)
canDrag
is true and canDrag
is true, this notification method will be fired when
the user completes a drag on the drawItemhandler
- the dragStop handlerHandlerRegistration
used to remove this handler