public interface StationDragOperation
DockStation
about an ongoing drag and drop operation.Modifier and Type | Method and Description |
---|---|
void |
canceled()
Called if the drag and drop operation has been canceled.
|
void |
succeeded()
Called if the drag and drop operation successfully finished.
|
void canceled()
StationDragOperation
implicitly is invalid after a call to this method.void succeeded()
StationDragOperation
implicitly is invalid after a call to this method.