| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.apache.catalina.SessionEvent
public final class SessionEvent
General event for notifying listeners of significant changes on a Session.
| Field Summary | 
|---|
| Fields inherited from class java.util.EventObject | 
|---|
| source | 
| Constructor Summary | |
|---|---|
| SessionEvent(Session session,
             java.lang.String type,
             java.lang.Object data)Construct a new SessionEvent with the specified parameters. | |
| Method Summary | |
|---|---|
|  java.lang.Object | getData()Return the event data of this event. | 
|  Session | getSession()Return the Session on which this event occurred. | 
|  java.lang.String | getType()Return the event type of this event. | 
|  java.lang.String | toString()Return a string representation of this event. | 
| Methods inherited from class java.util.EventObject | 
|---|
| getSource | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public SessionEvent(Session session,
                    java.lang.String type,
                    java.lang.Object data)
session - Session on which this event occurredtype - Event typedata - Event data| Method Detail | 
|---|
public java.lang.Object getData()
public Session getSession()
public java.lang.String getType()
public java.lang.String toString()
toString in class java.util.EventObject| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||