Interface DragStopHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDragStop
(DragStopEvent event) Executed when the mouse button is released at the end of the drag.
-
Method Details
-
onDragStop
Executed 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
-