Example usage for Java javax.servlet.http HttpSessionEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
HttpSessionEvent(HttpSession source) Construct a session event from the given source. |
HttpSession | getSession() Return the session that changed. |
Object | getSource() The object on which the Event initially occurred. |