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(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items) |
protected void |
onRetrieve(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items,
Integer count,
Integer firstIndex,
String first,
String last) |
void |
onSuccess(tigase.jaxmpp.core.client.xmpp.stanzas.Stanza responseStanza) |
onEror, onErrorprotected abstract void onRetrieve(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items)
protected void onRetrieve(tigase.jaxmpp.core.client.xmpp.stanzas.IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items,
Integer count,
Integer firstIndex,
String first,
String last)
public void onSuccess(tigase.jaxmpp.core.client.xmpp.stanzas.Stanza responseStanza)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2018 Tigase. All rights reserved.