bibliothek.gui.dock.event
Interface DockableSelectionListener


public interface DockableSelectionListener

A listener that gets called when the selected Dockable of a DockStation changes.

Author:
Benjamin Sigg

Method Summary
 void dockableSelected(DockableSelectionEvent event)
          Called when station changes its selected dockable.
 

Method Detail

dockableSelected

void dockableSelected(DockableSelectionEvent event)
Called when station changes its selected dockable.

Parameters:
event - contains the newly selected element
See Also:
DockStation.getFrontDockable()