java.io.SerializableHttpSessionBindingEventpublic class HttpSessionEvent
extends java.util.EventObject
| Constructor | Description |
|---|---|
HttpSessionEvent(HttpSession source) |
Construct a session event from the given source.
|
| Modifier and Type | Method | Description |
|---|---|---|
HttpSession |
getSession() |
Get the session that changed.
|
public HttpSessionEvent(HttpSession source)
source - The HTTP session where the change took placepublic HttpSession getSession()
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.