|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesktopCleanup
Used to clean up a desktop.
There are two ways to use this interface.
Call Desktop.addListener(java.lang.Object) to register it.
cleanup(org.zkoss.zk.ui.Desktop) is called.
| Method Summary | |
|---|---|
void |
cleanup(Desktop desktop)
called when a desktop is about to be destroyed. |
| Method Detail |
|---|
void cleanup(Desktop desktop)
throws java.lang.Exception
If this method throws an exception, the error message is only logged (user won't see it).
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||