public class HttpSessionEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
HttpSessionEvent(HttpSession source)
Construct a session event from the given source.
|
Modifier and Type | Method and Description |
---|---|
HttpSession |
getSession()
Return the session that changed.
|
private static final long serialVersionUID
public HttpSessionEvent(HttpSession source)
public HttpSession getSession()