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()
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.
|
getSource
public Object getData()
public Session getSession()
public String getType()
public String toString()
toString
in class EventObject
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.