|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionCleanup
Used to clean up a session.
How this interface is used.
cleanup(org.zkoss.zk.ui.Session)
is called.
Method Summary | |
---|---|
void |
cleanup(Session sess)
called when a session is about to be destroyed. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |