bibliothek.gui.dock.station
Interface StationDragOperation

All Known Implementing Classes:
ComponentDragOperation

public interface StationDragOperation

A callback informing a DockStation about an ongoing drag and drop operation.

Author:
Benjamin Sigg

Method Summary
 void canceled()
          Called if the drag and drop operation has been canceled.
 void succeeded()
          Called if the drag and drop operation successfully finished.
 

Method Detail

canceled

void canceled()
Called if the drag and drop operation has been canceled. This StationDragOperation implicitely is invalid after a call to this method.


succeeded

void succeeded()
Called if the drag and drop operation successfully finished. This StationDragOperation implicitely is invalid after a call to this method.