|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebAppCleanup
Used to initialize a ZK application when it about to be destroyed.
How this interface is used.
cleanup(org.zkoss.zk.ui.WebApp) is called.
| Method Summary | |
|---|---|
void |
cleanup(WebApp wapp)
called when a ZK application is about to be destroyed. |
| Method Detail |
|---|
void cleanup(WebApp wapp)
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 | |||||||||