Package org.opencms.main
Interface I_CmsSessionDestroyHandler
- All Known Implementing Classes:
CmsUgcSession
public interface I_CmsSessionDestroyHandler
Interface used for notifying objects stored in a session when the session is destroyed.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called when the session in which this object is stored as an attribute is destroyed.
-
Method Details
-
onSessionDestroyed
void onSessionDestroyed()This method is called when the session in which this object is stored as an attribute is destroyed.
-