NOS.gui
Interface NOSWindowListener


public interface NOSWindowListener


Method Summary
 void notifyClose(NOSWindow window)
          Called to notify this listener that a window has closed
 void notifyFocusChanged(NOSWindow window)
          Called to notify this listener that that focussed state of this window has changed.
 void notifyTitleChanged(NOSWindow window)
          Called to notify this listener that a window has changed it's title
 

Method Detail

notifyClose

void notifyClose(NOSWindow window)
Called to notify this listener that a window has closed

Parameters:
window - The window that thas been closed

notifyTitleChanged

void notifyTitleChanged(NOSWindow window)
Called to notify this listener that a window has changed it's title

Parameters:
window - The window that has a new title

notifyFocusChanged

void notifyFocusChanged(NOSWindow window)
Called to notify this listener that that focussed state of this window has changed.

Parameters:
window - The window that has changed focus state.