public final class SessionStatusEvent extends EventObject
SessionStatusListener,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
Exception |
getException()
Deprecated.
|
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()
@Deprecated public Exception getException()
public Throwable getThrowable()
public XmppSession.Status getOldStatus()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.