public interface DragRepositionStopHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onDragRepositionStop(DragRepositionStopEvent event)
Executed when the mouse button is released at the end of the drag.
|
void onDragRepositionStop(DragRepositionStopEvent event)
Returning true from this handler will cause the dragTarget
(or outline if dragAppearance
is set to "outline") to be left in its current
location. Returning false from this handler will cause it to snap back to its original location.
event
- the event