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

Quick Search    Search Deep

org.acegisecurity.ui.session
Class HttpSessionDestroyedEvent  view HttpSessionDestroyedEvent download HttpSessionDestroyedEvent.java

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

public class HttpSessionDestroyedEvent
extends HttpSessionApplicationEvent

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


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

HttpSessionDestroyedEvent

public HttpSessionDestroyedEvent(javax.servlet.http.HttpSession o)