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() |
Return the session that changed.
|
public HttpSessionEvent(HttpSession source)
public HttpSession getSession()
Copyright © 1999-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation.