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

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

public abstract class HttpSessionEvent
extends ApplicationEvent

Event about a HttpSession.

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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HttpSessionEvent(HttpSession source)
           
 
Method Summary
 HttpSession 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

HttpSessionEvent

public HttpSessionEvent(HttpSession source)
Parameters:
source - The HttpSession the event is about.
Method Detail

getSession

public final HttpSession getSession()


Copyright © 2010 Jasig. All Rights Reserved.