Spring Security Framework

org.springframework.security.ui.session
Class HttpSessionCreatedEvent

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.HttpSessionCreatedEvent
All Implemented Interfaces:
Serializable

public class HttpSessionCreatedEvent
extends HttpSessionApplicationEvent

Published by the HttpSessionEventPublisher when a HttpSession is destroyed by the container

Author:
Ray Krueger
See Also:
Serialized Form

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

HttpSessionCreatedEvent

public HttpSessionCreatedEvent(HttpSession o)

Spring Security Framework

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