public abstract static class PingModule.PingAsyncCallback extends Object implements AsyncCallback
| Constructor and Description |
|---|
PingAsyncCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onPong(long time)
Called on success.
|
void |
onSuccess(Stanza responseStanza)
Called when received response has type result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonError, onTimeoutprotected abstract void onPong(long time)
time - ping timepublic void onSuccess(Stanza responseStanza) throws XMLException
AsyncCallbackonSuccess in interface AsyncCallbackresponseStanza - received stanzaXMLExceptionCopyright © 2006–2020 Tigase. All rights reserved.