tigase.jaxmpp.core.client.xmpp.modules.pubsub
Class PubSubModule.SubscriptionOptionsAsyncCallback
java.lang.Object
tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback
tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubModule.SubscriptionOptionsAsyncCallback
- All Implemented Interfaces:
- AsyncCallback
- Enclosing class:
- PubSubModule
public abstract static class PubSubModule.SubscriptionOptionsAsyncCallback
- extends PubSubAsyncCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PubSubModule.SubscriptionOptionsAsyncCallback
public PubSubModule.SubscriptionOptionsAsyncCallback()
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.