Package org.hippoecm.hst.container.event
Class HttpSessionDestroyedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.hippoecm.hst.container.event.HttpSessionDestroyedEvent
-
- All Implemented Interfaces:
Serializable
public class HttpSessionDestroyedEvent extends EventObject
Published by aHttpSessionListener
when anHttpSession
is destroyed by the container- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description HttpSessionDestroyedEvent(javax.servlet.http.HttpSession httpSession)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.servlet.http.HttpSession
getSession()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-