bibliothek.gui.dock.event
Interface SelectableDockActionListener
public interface SelectableDockActionListener
An observer of a SelectableDockAction. This listener is triggered every
time when the selected-state of a Dockable changes.
- Author:
- Benjamin Sigg
selectedChanged
void selectedChanged(SelectableDockAction action,
Set<Dockable> dockables)
- Triggered by a
SelectableDockAction if the selection-state of
a Dockable has changed.
- Parameters:
action - the invoking actiondockables - a set of Dockables whose state has been changed