bibliothek.gui.dock.station.screen
Interface ScreenDockStationListener


public interface ScreenDockStationListener

A listener that can be added to a ScreenDockStation.

Author:
Benjamin

Method Summary
 void fullscreenChanged(ScreenDockStation station, Dockable dockable)
          Called if the fullscreen-mode of dockable changed.
 void windowDeregistering(ScreenDockStation station, Dockable dockable, ScreenDockWindow window)
          Called when window was removed from station.
 void windowRegistering(ScreenDockStation station, Dockable dockable, ScreenDockWindow window)
          Called when window was added to station.
 

Method Detail

fullscreenChanged

void fullscreenChanged(ScreenDockStation station,
                       Dockable dockable)
Called if the fullscreen-mode of dockable changed.

Parameters:
station - the caller
dockable - the element whose mode changed

windowRegistering

void windowRegistering(ScreenDockStation station,
                       Dockable dockable,
                       ScreenDockWindow window)
Called when window was added to station.

Parameters:
station - the caller
dockable - the element that is shown on window
window - the new window

windowDeregistering

void windowDeregistering(ScreenDockStation station,
                         Dockable dockable,
                         ScreenDockWindow window)
Called when window was removed from station.

Parameters:
station - the element that was shown on window
dockable - the element that was shown on window
window - the removed window