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,
Set<Dockable> dockables,
DockAction selection)
Called when the selection of
action has changed. |
void selectionChanged(DropDownAction action, 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 nullCopyright © 2017 Docking Frames. All rights reserved.