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()Get the session that changed. | 
getSource, toStringpublic HttpSessionEvent(HttpSession source)
source - The HTTP session where the change took placepublic HttpSession getSession()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.