public final class SessionEvent extends EventObject
source| Constructor and Description | 
|---|
| SessionEvent(Session session,
            String type,
            Object data)Construct a new SessionEvent with the specified parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | getData() | 
| Session | getSession() | 
| String | getType() | 
| String | toString() | 
getSourcepublic Object getData()
public Session getSession()
public String getType()
public String toString()
toString in class EventObjectCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.