bibliothek.gui.dock.station.screen
Interface ScreenDockWindowListener


public interface ScreenDockWindowListener

A listener that can be added to a ScreenDockWindow.

Author:
Benjamin

Method Summary
 void fullscreenStateChanged(ScreenDockWindow window)
          This method is called after the windows fullscreen-state changed.
 void shapeChanged(ScreenDockWindow window)
          This method is called after the size and position of window changed.
 void visibilityChanged(ScreenDockWindow window)
          This method is called after the visibility state changed.
 void windowClosing(ScreenDockWindow window)
          Called if the user wants to close the window (e.g.
 

Method Detail

visibilityChanged

void visibilityChanged(ScreenDockWindow window)
This method is called after the visibility state changed.

Parameters:
window - the caller

fullscreenStateChanged

void fullscreenStateChanged(ScreenDockWindow window)
This method is called after the windows fullscreen-state changed.

Parameters:
window - the caller

shapeChanged

void shapeChanged(ScreenDockWindow window)
This method is called after the size and position of window changed.

Parameters:
window - the caller

windowClosing

void windowClosing(ScreenDockWindow window)
Called if the user wants to close the window (e.g. by pressing alt+F4, or clicking on the "x" button)

Parameters:
window - the source of the event