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

Method Summary
 void selectedChanged(SelectableDockAction action, Set<Dockable> dockables)
          Triggered by a SelectableDockAction if the selection-state of a Dockable has changed.
 

Method Detail

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 action
dockables - a set of Dockables whose state has been changed