bibliothek.gui.dock.station.flap
Interface FlapLayoutManagerListener
public interface FlapLayoutManagerListener
A listener that is added to a FlapLayoutManager.
- Author:
- Benjamin Sigg
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 eventstation - the station for which the value changed, null if the station is not specifieddockable - the element for which the value changed, null indicates that the property changed for an unknown number of dockables