public class HttpSessionEvent
extends java.util.EventObject
Constructor and Description |
---|
HttpSessionEvent(HttpSession session)
Create a new session event.
|
Modifier and Type | Method and Description |
---|---|
HttpSession |
getSession()
Returns the session.
|
public HttpSessionEvent(HttpSession session)
session
- the http sessionpublic HttpSession getSession()