|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void notifyAddWindow(NOSWindow window)
window - The window that has been added.void notifyRemoveWindow(NOSWindow window)
window - The window that has been rmeoved.void notifyDesktopResized(java.awt.Dimension size)
size - The new size of the desktop
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||