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

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

public abstract static class PubSubModule.SubscriptionOptionsAsyncCallback
extends PubSubAsyncCallback


Field Summary
 
Fields inherited from class tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
log
 
Constructor Summary
PubSubModule.SubscriptionOptionsAsyncCallback()
           
 
Method Summary
protected abstract  void onReceiveConfiguration(IQ responseStanza, String node, JID jid, JabberDataElement form)
           
 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.SubscriptionOptionsAsyncCallback

public PubSubModule.SubscriptionOptionsAsyncCallback()
Method Detail

onReceiveConfiguration

protected abstract void onReceiveConfiguration(IQ responseStanza,
                                               String node,
                                               JID jid,
                                               JabberDataElement form)

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.