public abstract static class MessageArchiveManagementModule.ResultCallback extends Object implements AsyncCallback
| Constructor and Description |
|---|
ResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccess(Stanza responseStanza)
Called when received response has type result.
|
abstract void |
onSuccess(String queryid,
boolean complete,
RSM rsm) |
protected void |
setQueryid(String queryid) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonError, onTimeoutpublic void onSuccess(Stanza responseStanza) throws JaxmppException
AsyncCallbackonSuccess in interface AsyncCallbackresponseStanza - received stanzaJaxmppExceptionpublic abstract void onSuccess(String queryid, boolean complete, RSM rsm) throws JaxmppException
JaxmppExceptionprotected void setQueryid(String queryid)
Copyright © 2006–2020 Tigase. All rights reserved.