Uses of Interface
bibliothek.gui.dock.event.FlapDockListener

Packages that use FlapDockListener
bibliothek.gui.dock.station   
 

Uses of FlapDockListener in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station with type parameters of type FlapDockListener
private  java.util.List<FlapDockListener> FlapDockStation.flapDockListeners
          A list of listeners that were added to this station
 

Methods in bibliothek.gui.dock.station with parameters of type FlapDockListener
 void FlapDockStation.addFlapDockStationListener(FlapDockListener listener)
          Adds a listener to this station.
 void FlapDockStation.removeFlapDockStationListener(FlapDockListener listener)
          Removes an earlier added listener from this station.