public interface DropCompleteHandler
extends com.google.gwt.event.shared.EventHandler
| Modifier and Type | Method and Description | 
|---|---|
| void | onDropComplete(DropCompleteEvent event)Notification method fired whenever a drop operation or  com.smartgwt.client.widgets.DataBoundComponent.transferSelectedData()targeting this component completes. | 
void onDropComplete(DropCompleteEvent event)
com.smartgwt.client.widgets.DataBoundComponent.transferSelectedData() targeting this component completes.
 A drop is considered to be complete when all the client-side transfer operations have finished.  This includes any server 
 turnarounds Smart GWT needs to make to check for duplicate records in the target component; it specifically does not include 
 any add or update operations sent to the server for databound components.  If you want to be notified when the entire drag 
 operation - including server updates and cache synchronization - has completed, add a 
 DragCompleteHandler to the source component.event - the event