tigase.jaxmpp.core.client.xmpp.modules.pubsub
Class PubSubModule.RetrieveItemsAsyncCallback

java.lang.Object
  extended by tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
      extended by tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.RetrieveItemsAsyncCallback
All Implemented Interfaces:
AsyncCallback
Enclosing class:
PubSubModule

public abstract static class PubSubModule.RetrieveItemsAsyncCallback
extends PubSubAsyncCallback


Nested Class Summary
static class PubSubModule.RetrieveItemsAsyncCallback.Item
           
 
Field Summary
 
Fields inherited from class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
log
 
Constructor Summary
PubSubModule.RetrieveItemsAsyncCallback()
           
 
Method Summary
protected abstract  void onRetrieve(IQ responseStanza, String nodeName, Collection<PubSubModule.RetrieveItemsAsyncCallback.Item> items)
           
 void onSuccess(Stanza responseStanza)
          Called when received response has type result.
 
Methods inherited from class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
onEror, onError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tigase.jaxmpp.core.client.AsyncCallback
onTimeout
 

Constructor Detail

PubSubModule.RetrieveItemsAsyncCallback

public PubSubModule.RetrieveItemsAsyncCallback()
Method Detail

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.