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