Spring Security Framework

org.springframework.security.ui.session
Class HttpSessionDestroyedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by org.springframework.security.ui.session.HttpSessionApplicationEvent
              extended by org.springframework.security.ui.session.HttpSessionDestroyedEvent
All Implemented Interfaces:
Serializable

public class HttpSessionDestroyedEvent
extends HttpSessionApplicationEvent

Published by the HttpSessionEventPublisher when a HttpSession is created in the container

Author:
Ray Krueger
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HttpSessionDestroyedEvent(HttpSession o)
           
 
Method Summary
 
Methods inherited from class org.springframework.security.ui.session.HttpSessionApplicationEvent
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 o)

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.