public class HttpSessionEvent extends EventObject
source| 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. | 
getSource, toStringpublic HttpSessionEvent(HttpSession source)
source - the HttpSession corresponding to this eventpublic HttpSession getSession()
HttpSession for this event.Comments to: [email protected].
 Copyright © 2019 Eclipse Foundation. All rights reserved.
 Use is subject to license terms.