public interface DockableSelectionListener
DockableSelection
and gets informed
when the user selects an element or cancels the selection.Modifier and Type | Method and Description |
---|---|
void |
canceled()
Called when the user cancels the operation.
|
void |
considering(Dockable dockable)
Called when an element is selected, but the selection is not yet confirmed.
|
void |
selected(Dockable dockable)
Called when an element is selected and the selection confirmed.
|
void considering(Dockable dockable)
dockable
- the currently selected element, can be null
void selected(Dockable dockable)
dockable
- the selected element, not null
void canceled()