Interface DragCompleteHandler

All Superinterfaces:
EventHandler

public interface DragCompleteHandler extends EventHandler
  • Method Details

    • onDragComplete

      void onDragComplete(DragCompleteEvent event)
      This method is invoked on the source component whenever a drag operation or transferSelectedData 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