bibliothek.gui.dock.control.relocator
Interface RelocateOperation

All Known Implementing Classes:
DropOperation, MergeOperation, MoveOperation

public interface RelocateOperation

Describes the action that a DefaultDockRelocator will execute.

Author:
Benjamin Sigg

Method Summary
 void execute(Dockable selection, DockRelocatorListener listener)
          Executes this operation.
 DockStation getStation()
          Gets the station which is the target of this operation
 

Method Detail

getStation

DockStation getStation()
Gets the station which is the target of this operation

Returns:
the target, not null

execute

void execute(Dockable selection,
             DockRelocatorListener listener)
Executes this operation.

Parameters:
selection - the element that is moved around
listener - a listener to be informed about events happening because of this operation