org.apache.catalina
public final class SessionEvent extends EventObject
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Constructor Summary | |
---|---|
SessionEvent(Session session, String type, Object data)
Construct a new SessionEvent with the specified parameters.
|
Method Summary | |
---|---|
Object | getData()
Return the event data of this event. |
Session | getSession()
Return the Session on which this event occurred. |
String | getType()
Return the event type of this event. |
String | toString()
Return a string representation of this event. |
Parameters: session Session on which this event occurred type Event type data Event data