The org.zkoss.zk.ui.util.SessionInit interface"
From Documentation
m |
|||
Line 1: | Line 1: | ||
{{ZKConfigurationReferencePageHeader}} | {{ZKConfigurationReferencePageHeader}} | ||
− | |||
− | |||
− | <javadoc type="interface">org.zkoss.zk.ui.util.SessionCleanup</javadoc> | + | '''Listener:''' |
+ | org.zkoss.zk.ui.util.SessionInit | ||
+ | |||
+ | A listener could implement <javadoc type="interface">org.zkoss.zk.ui.util.SessionCleanup</javadoc> to cleanup a session that is being destroyed. | ||
When ZK Loader is going to destroy a session, it invokes the <tt>cleanup</tt> method of this interface such that developers could plug the application-specific codes to cleanup a session. | When ZK Loader is going to destroy a session, it invokes the <tt>cleanup</tt> method of this interface such that developers could plug the application-specific codes to cleanup a session. | ||
− | + | {{ZKConfigurationReferencePageFooter}} | |
− |
Revision as of 06:22, 20 April 2011
Listener:
org.zkoss.zk.ui.util.SessionInit
A listener could implement SessionCleanup to cleanup a session that is being destroyed.
When ZK Loader is going to destroy a session, it invokes the cleanup method of this interface such that developers could plug the application-specific codes to cleanup a session.