public interface SelectableDockActionListener
SelectableDockAction. This listener is triggered every
time when the selected-state of a Dockable changes.| Modifier and Type | Method and Description |
|---|---|
void |
selectedChanged(SelectableDockAction action,
Set<Dockable> dockables)
Triggered by a
SelectableDockAction if the selection-state of
a Dockable has changed. |
void selectedChanged(SelectableDockAction action, Set<Dockable> dockables)
SelectableDockAction if the selection-state of
a Dockable has changed.action - the invoking actiondockables - a set of Dockables whose state has been changedCopyright © 2017 Docking Frames. All rights reserved.