com.vlsolutions.swing.docking.event
public interface DockableSelectionListener
The notification is currently based on keyboard focus policy (the event is triggered when a new dockable grabs the keyboard focus).
Since: 2.0
See Also: DockableSelectionEvent addDockableSelectionListener
Method Summary | |
---|---|
void | selectionChanged(DockableSelectionEvent e) This method is invoked when a new dockable is selected. |