bibliothek.gui.dock.event
Interface DropDownActionListener


public interface DropDownActionListener

A listener of a DropDownAction. The listener gets informed whenever the number of actions changes, or the selection changes.

Author:
Benjamin Sigg

Method Summary
 void selectionChanged(DropDownAction action, Set<Dockable> dockables, DockAction selection)
          Called when the selection of action has changed.
 

Method Detail

selectionChanged

void selectionChanged(DropDownAction action,
                      Set<Dockable> dockables,
                      DockAction selection)
Called when the selection of action has changed.

Parameters:
action - the action whose selection is changed
dockables - the set of Dockables for which the selection has changed
selection - the new selected child, might be null