public final class SessionStatusEvent extends EventObject
| Modifier and Type | Method and Description |
|---|---|
XmppSession.Status |
getOldStatus()
Gets the old session status.
|
XmppSession.Status |
getStatus()
Gets the session status.
|
Throwable |
getThrowable()
Gets the throwable if the session abnormally disconnected or null.
|
String |
toString() |
getSourcepublic final XmppSession.Status getStatus()
public final Throwable getThrowable()
public final XmppSession.Status getOldStatus()
public final String toString()
toString in class EventObjectCopyright © 2014–2016 XMPP.rocks. All rights reserved.