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