bibliothek.gui.dock.event
Interface SingleTabDeciderListener


public interface SingleTabDeciderListener

This listener is added to a SingleTabDecider.

Author:
Benjamin Sigg

Method Summary
 void showSingleTabChanged(SingleTabDecider source, Dockable dockable)
          Called if the single-tab property of dockable might be changed.
 

Method Detail

showSingleTabChanged

void showSingleTabChanged(SingleTabDecider source,
                          Dockable dockable)
Called if the single-tab property of dockable might be changed.

Parameters:
source - the source of the event
dockable - the affected dockable