Java javax.servlet.http HttpSessionEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.http HttpSessionEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.http HttpSessionEvent.

The text is from its open source code.

Constructor

HttpSessionEvent(HttpSession source)
Construct a session event from the given source.

Method

HttpSessiongetSession()
Return the session that changed.
ObjectgetSource()
The object on which the Event initially occurred.