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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionSessionEvent(Session session, String type, Object data) Construct a new SessionEvent with the specified parameters.
- 
Method SummaryMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
SessionEventConstruct a new SessionEvent with the specified parameters.- Parameters:
- session- Session on which this event occurred
- type- Event type
- data- 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:
- toStringin class- EventObject
 
 
-