bibliothek.gui.dock.event
Interface DockableFocusListener

All Known Subinterfaces:
DockListener
All Known Implementing Classes:
BasicStackDockComponent.BasicTab, BubbleTab, DockAdapter, FlatTab, GroupingDockLocationListener

public interface DockableFocusListener

A listener added to a DockController, this listener gets informed when the focused Dockable is exchanged.

Author:
Benjamin Sigg

Method Summary
 void dockableFocused(DockableFocusEvent event)
          Invoked when dockable has gained the focus.
 

Method Detail

dockableFocused

void dockableFocused(DockableFocusEvent event)
Invoked when dockable has gained the focus.

Parameters:
event - an event that contains the new owner of the focus