public abstract class PubSubAsyncCallback extends Object implements AsyncCallback
| Constructor and Description |
|---|
PubSubAsyncCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onEror(IQ response,
XMPPException.ErrorCondition errorCondition,
PubSubErrorCondition pubSubErrorCondition) |
void |
onError(Stanza responseStanza,
XMPPException.ErrorCondition errorCondition)
Called when received response has type error.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonSuccess, onTimeoutprotected Logger log
protected abstract void onEror(IQ response, XMPPException.ErrorCondition errorCondition, PubSubErrorCondition pubSubErrorCondition) throws JaxmppException
JaxmppExceptionpublic final void onError(Stanza responseStanza, XMPPException.ErrorCondition errorCondition) throws JaxmppException
AsyncCallbackonError in interface AsyncCallbackresponseStanza - received IQ stanzaerrorCondition - error conditionJaxmppExceptionCopyright © 2006–2018 Tigase. All rights reserved.