public interface SessionCleanup
How this interface is used.
cleanup(org.zkoss.zk.ui.Session)
is called.Modifier and Type | Method and Description |
---|---|
void |
cleanup(Session sess)
called when a session is about to be destroyed.
|
void cleanup(Session sess) 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.