NOS.gui
Interface NOSDesktopListener

All Known Implementing Classes:
NOSSystemBar

public interface NOSDesktopListener


Method Summary
 void notifyAddWindow(NOSWindow window)
          Called when a window is added to the desktop.
 void notifyDesktopResized(java.awt.Dimension size)
          Called when the desktop changes size.
 void notifyRemoveWindow(NOSWindow window)
          Called when a window is removed from the desktop
 

Method Detail

notifyAddWindow

void notifyAddWindow(NOSWindow window)
Called when a window is added to the desktop.

Parameters:
window - The window that has been added.

notifyRemoveWindow

void notifyRemoveWindow(NOSWindow window)
Called when a window is removed from the desktop

Parameters:
window - The window that has been rmeoved.

notifyDesktopResized

void notifyDesktopResized(java.awt.Dimension size)
Called when the desktop changes size.

Parameters:
size - The new size of the desktop