Class HttpSessionEvent

java.lang.Object
java.util.EventObject
javax.servlet.http.HttpSessionEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HttpSessionBindingEvent

public class HttpSessionEvent
extends java.util.EventObject
The HttpSessionEvent API.
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    HttpSessionEvent​(HttpSession session)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    HttpSession getSession()
    Get the HTTP session.

    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 Details

  • Method Details