org.jasig.portal.spring.web.context.support
Class HttpSessionCreatedEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.jasig.portal.spring.web.context.support.HttpSessionEvent
org.jasig.portal.spring.web.context.support.HttpSessionCreatedEvent
- All Implemented Interfaces:
- Serializable
public class HttpSessionCreatedEvent
- extends HttpSessionEvent
This is a spring application context compatible version of HttpSessionEvent that is
sent to the application context when HttpSessionListener.sessionCreated(javax.servlet.http.HttpSessionEvent)
is called.
- Version:
- $Revision$
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
HttpSessionCreatedEvent
public HttpSessionCreatedEvent(HttpSession source)
- See Also:
HttpSessionEvent.HttpSessionEvent(HttpSession)
Copyright © 2010 Jasig. All Rights Reserved.