org.jasig.portal.spring.web.context.support
Class HttpSessionDestroyedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.jasig.portal.spring.web.context.support.HttpSessionEvent
              extended by org.jasig.portal.spring.web.context.support.HttpSessionDestroyedEvent
All Implemented Interfaces:
Serializable

public class HttpSessionDestroyedEvent
extends HttpSessionEvent

This is a spring application context compatible version of HttpSessionEvent that is sent to the application context when HttpSessionListener.sessionDestroyed(javax.servlet.http.HttpSessionEvent) is called.

Version:
$Revision$
Author:
Eric Dalquist
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HttpSessionDestroyedEvent(HttpSession source)
           
 
Method Summary
 
Methods inherited from class org.jasig.portal.spring.web.context.support.HttpSessionEvent
getSession
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpSessionDestroyedEvent

public HttpSessionDestroyedEvent(HttpSession source)
See Also:
HttpSessionEvent.HttpSessionEvent(HttpSession)


Copyright © 2010 Jasig. All Rights Reserved.