public interface WebAppCleanup
How this interface is used.
cleanup(org.zkoss.zk.ui.WebApp)
is called.Modifier and Type | Method and Description |
---|---|
void |
cleanup(WebApp wapp)
called when a ZK application is about to be destroyed.
|
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
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.