Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

net.sf.acegisecurity.ui.session
Class HttpSessionCreatedEvent  view HttpSessionCreatedEvent download HttpSessionCreatedEvent.java

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.springframework.context.ApplicationEvent
          extended bynet.sf.acegisecurity.ui.session.HttpSessionApplicationEvent
              extended bynet.sf.acegisecurity.ui.session.HttpSessionCreatedEvent
All Implemented Interfaces:
java.io.Serializable

public class HttpSessionCreatedEvent
extends HttpSessionApplicationEvent

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


Field Summary
 
Fields inherited from class org.springframework.context.ApplicationEvent
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HttpSessionCreatedEvent(javax.servlet.http.HttpSession o)
           
 
Methods inherited from class net.sf.acegisecurity.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(javax.servlet.http.HttpSession o)