javax.servlet.http
Class HttpSessionEvent
java.lang.Object
java.util.EventObject
javax.servlet.http.HttpSessionEvent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- HttpSessionBindingEvent
- public class HttpSessionEvent
- extends EventObject
This is the class representing event notifications for
changes to sessions within a web application.
- Since:
- Servlet 2.3
- Version:
- $Rev: 467553 $ $Date: 2006-10-24 21:01:51 -0700 (Tue, 24 Oct 2006) $
- See Also:
- Serialized Form
HttpSessionEvent
public HttpSessionEvent(HttpSession source)
- Construct a session event from the given source.
getSession
public HttpSession getSession()
- Return the session that changed.
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.