Class HttpSessionDestroyedEvent

  • All Implemented Interfaces:
    Serializable

    public class HttpSessionDestroyedEvent
    extends EventObject
    Published by a HttpSessionListener when an HttpSession is destroyed by the container
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpSessionDestroyedEvent

        public HttpSessionDestroyedEvent​(javax.servlet.http.HttpSession httpSession)
    • Method Detail

      • getSession

        public javax.servlet.http.HttpSession getSession()