Package org.apache.catalina
Class SessionEvent
java.lang.Object
java.util.EventObject
org.apache.catalina.SessionEvent
- All Implemented Interfaces:
Serializable
General event for notifying listeners of significant changes on a Session.
- Author:
- Craig R. McClanahan
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionSessionEvent
(Session session, String type, Object data) Construct a new SessionEvent with the specified parameters. -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
SessionEvent
Construct a new SessionEvent with the specified parameters.- Parameters:
session
- Session on which this event occurredtype
- Event typedata
- Event data
-
-
Method Details
-
getData
- Returns:
- the event data of this event.
-
getSession
- Returns:
- the Session on which this event occurred.
-
getType
- Returns:
- the event type of this event.
-
toString
- Overrides:
toString
in classEventObject
-