Uses of Class
tigase.jaxmpp.core.client.xmpp.modules.pubsub.PubSubAsyncCallback

Packages that use PubSubAsyncCallback
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
 

Uses of PubSubAsyncCallback in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Subclasses of PubSubAsyncCallback in tigase.jaxmpp.core.client.xmpp.modules.pubsub
static class PubSubModule.PublishAsyncCallback
           
static class PubSubModule.RetrieveItemsAsyncCallback
           
static class PubSubModule.SubscriptionAsyncCallback
           
static class PubSubModule.SubscriptionOptionsAsyncCallback
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type PubSubAsyncCallback
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, PubSubAsyncCallback callback)
           
 void PubSubModule.createNode(BareJID pubSubJID, String nodeName, Element config, PubSubAsyncCallback callback)
          Create node on PubSub Service.
 void PubSubModule.createNode(BareJID pubSubJID, String nodeName, PubSubAsyncCallback callback)
          Create node on PubSub Service.
 void PubSubModule.deleteItem(BareJID pubSubJID, String nodeName, String itemId, PubSubAsyncCallback callback)
           
 void PubSubModule.deleteNode(BareJID pubSubJID, String nodeName, PubSubAsyncCallback callback)
          Delete node from PubSub service.
 void PubSubModule.unlockItem(BareJID pubSubJID, String nodeName, String itemId, PubSubAsyncCallback callback)
           
 void PubSubModule.unsubscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, PubSubAsyncCallback callback)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.