public abstract static class PubSubModule.RetrieveItemsAsyncCallback extends PubSubAsyncCallback
| Modifier and Type | Class and Description |
|---|---|
static class |
PubSubModule.RetrieveItemsAsyncCallback.Item |
log| Constructor and Description |
|---|
RetrieveItemsAsyncCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
onRetrieve(IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items) |
protected void |
onRetrieve(IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items,
Integer count,
Integer firstIndex,
String first,
String last) |
void |
onSuccess(Stanza responseStanza)
Called when received response has type result.
|
onEror, onErrorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonTimeoutprotected abstract void onRetrieve(IQ responseStanza, String nodeName, Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items)
protected void onRetrieve(IQ responseStanza, String nodeName, Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items, Integer count, Integer firstIndex, String first, String last)
public void onSuccess(Stanza responseStanza) throws JaxmppException
AsyncCallbackresponseStanza - received stanzaJaxmppExceptionCopyright © 2006–2015 Tigase. All rights reserved.