public interface DropDownActionListener
DropDownAction
. The listener gets informed whenever
the number of actions changes, or the selection changes.Modifier and Type | Method and Description |
---|---|
void |
selectionChanged(DropDownAction action,
java.util.Set<Dockable> dockables,
DockAction selection)
Called when the selection of
action has changed. |
void selectionChanged(DropDownAction action, java.util.Set<Dockable> dockables, DockAction selection)
action
has changed.action
- the action whose selection is changeddockables
- the set of Dockables
for which
the selection has changedselection
- the new selected child, might be null