bibliothek.gui.dock.station.flap
Interface FlapLayoutManagerListener


public interface FlapLayoutManagerListener

A listener that is added to a FlapLayoutManager.

Author:
Benjamin Sigg

Method Summary
 void holdSwitchableChanged(FlapLayoutManager manager, FlapDockStation station, Dockable dockable)
          This method is called by manager if the holdSwitchableChanged(FlapLayoutManager, FlapDockStation, Dockable) method returns a new value.
 

Method Detail

holdSwitchableChanged

void holdSwitchableChanged(FlapLayoutManager manager,
                           FlapDockStation station,
                           Dockable dockable)
This method is called by manager if the holdSwitchableChanged(FlapLayoutManager, FlapDockStation, Dockable) method returns a new value.

Parameters:
manager - the source of the event
station - the station for which the value changed, null if the station is not specified
dockable - the element for which the value changed, null indicates that the property changed for an unknown number of dockables