Interface DragStopHandler
- All Superinterfaces:
- EventHandler
- 
Method SummaryModifier and TypeMethodDescriptionvoidonDragStop(DragStopEvent event) Executed when the mouse button is released at the end of the drag.
- 
Method Details- 
onDragStopExecuted when the mouse button is released at the end of the drag. Your widget can use this opportunity to fire code based on the last location of the drag or reset any visual state that was sent.- Parameters:
- event- the event
 
 
-