Interface DragCompleteHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDragComplete
(DragCompleteEvent event) This method is invoked on the source component whenever a drag operation ortransferSelectedData
completes.
-
Method Details
-
onDragComplete
This method is invoked on the source component whenever a drag operation ortransferSelectedData
completes. This method is called when the entire chain of operations - including, for databound components, server-side updates and subsequent integration of the changes into the client-side cache - has completed.- Parameters:
event
- the event
-