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.
|
getSource, toStringpublic XmppSession.Status getStatus()
public Throwable getThrowable()
public XmppSession.Status getOldStatus()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.