bibliothek.gui.dock.event
Interface FlapDockListener


public interface FlapDockListener

A listener that is added to a FlapDockStation.

Author:
Benjamin Sigg

Method Summary
 void holdChanged(FlapDockStation station, Dockable dockable, boolean hold)
          Invoked when the hold-property of a Dockable has been changed.
 

Method Detail

holdChanged

void holdChanged(FlapDockStation station,
                 Dockable dockable,
                 boolean hold)
Invoked when the hold-property of a Dockable has been changed.

Parameters:
station - the station invoking this listener
dockable - the Dockable whose property has been changed
hold - the new value of the property