bibliothek.gui.dock.station.screen.window
Interface ScreenDockWindowClosingStrategy

All Known Implementing Classes:
CScreenDockStationWindowClosingStrategy

public interface ScreenDockWindowClosingStrategy

Strategy deciding how to close a ScreenDockWindow.

Author:
Benjamin Sigg

Method Summary
 void closing(ScreenDockWindow window)
          Called if the user wants to close window, e.g.
 

Method Detail

closing

void closing(ScreenDockWindow window)
Called if the user wants to close window, e.g. by clicking on the "x" on a JFrame.

Parameters:
window - the window that should be closed