tigase.jaxmpp.core.client.xmpp.modules.pubsub
Class PubSubModule.RetrieveItemsAsyncCallback
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
- All Implemented Interfaces:
- AsyncCallback
- Enclosing class:
- PubSubModule
public abstract static class PubSubModule.RetrieveItemsAsyncCallback
- extends PubSubAsyncCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PubSubModule.RetrieveItemsAsyncCallback
public PubSubModule.RetrieveItemsAsyncCallback()
onRetrieve
protected abstract void onRetrieve(IQ responseStanza,
String nodeName,
Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items)
onSuccess
public void onSuccess(Stanza responseStanza)
throws JaxmppException
- Description copied from interface:
AsyncCallback
- Called when received response has type result.
- Parameters:
responseStanza - received stanza
- Throws:
JaxmppException
Copyright © 2006-2012 Tigase. All Rights Reserved.