Uses of Interface
tigase.jaxmpp.core.client.AsyncCallback

Packages that use AsyncCallback
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.registration   
tigase.jaxmpp.core.client.xmpp.modules.roster   
tigase.jaxmpp.core.client.xmpp.modules.vcard   
 

Uses of AsyncCallback in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client with parameters of type AsyncCallback
 String ResponseManager.registerResponseHandler(Element stanza, Long timeout, AsyncCallback callback)
          Register callback for response of sent stanza.
 String AbstractSessionObject.registerResponseHandler(Element stanza, Long timeout, AsyncCallback callback)
           
 void JaxmppCore.send(Stanza stanza, AsyncCallback asyncCallback)
           
 void JaxmppCore.send(Stanza stanza, Long timeout, AsyncCallback asyncCallback)
           
 void PacketWriter.write(Element stanza, AsyncCallback asyncCallback)
          Write a (IQ) stanza element to Stream and register callback with default timeout.
 void PacketWriter.write(Element stanza, Long timeout, AsyncCallback asyncCallback)
          Write a (IQ) stanza element to Stream and register callback with given timeout.
 

Constructors in tigase.jaxmpp.core.client with parameters of type AsyncCallback
ResponseManager.Entry(JID jid, long timestamp, long timeout, AsyncCallback callback)
           
 

Uses of AsyncCallback in tigase.jaxmpp.core.client.xmpp.modules
 

Classes in tigase.jaxmpp.core.client.xmpp.modules that implement AsyncCallback
static class BookmarksModule.BookmarksAsyncCallback
          Bookmarks callback.
static class PingModule.PingAsyncCallback
          Ping callback.
static class SoftwareVersionModule.SoftwareVersionAsyncCallback
          Software version callback.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules with parameters of type AsyncCallback
 void SoftwareVersionModule.checkSoftwareVersion(JID jid, AsyncCallback callback)
          Requests software version for given entity.
 void PingModule.ping(JID jid, AsyncCallback asyncCallback)
          Ping given XMPP entity.
 void BookmarksModule.publishBookmarks(List<Element> bookmarks, AsyncCallback callback)
          Send list of bookmarks to private storage.
 

Uses of AsyncCallback in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.adhoc that implement AsyncCallback
static class AdHocCommansModule.AdHocCommansAsyncCallback
          Callback to handle result of ad-hoc command.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type AsyncCallback
 void AdHocCommansModule.execute(JID toJID, String node, Action action, JabberDataElement data, AsyncCallback asyncCallback)
          Calls ad-hoc command on remote resource.
 

Uses of AsyncCallback in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.disco that implement AsyncCallback
static class DiscoInfoModule.DiscoInfoAsyncCallback
           
static class DiscoItemsModule.DiscoItemsAsyncCallback
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.disco with parameters of type AsyncCallback
 void DiscoInfoModule.getInfo(JID jid, String node, AsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, AsyncCallback callback)
           
 void DiscoItemsModule.getItems(JID jid, String node, AsyncCallback callback)
           
 

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

Classes in tigase.jaxmpp.core.client.xmpp.modules.pubsub that implement AsyncCallback
 class PubSubAsyncCallback
           
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 AsyncCallback
 void PubSubModule.configureSubscription(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement form, AsyncCallback callback)
           
 void PubSubModule.createNode(BareJID pubSubJID, String nodeName, AsyncCallback callback)
          Create node on PubSub Service.
 void PubSubModule.createNode(BareJID pubSubJID, String nodeName, Element config, AsyncCallback callback)
          Create node on PubSub Service.
 void PubSubModule.deleteItem(BareJID pubSubJID, String nodeName, String itemId, AsyncCallback callback)
           
 void PubSubModule.deleteNode(BareJID pubSubJID, String nodeName, AsyncCallback callback)
          Delete node from PubSub service.
 void PubSubModule.getDefaultSubscriptionConfiguration(BareJID pubSubJID, String nodeName, AsyncCallback callback)
           
 void PubSubModule.getSubscriptionConfiguration(BareJID pubSubJID, String nodeName, JID subscriberJID, AsyncCallback callback)
           
 void PubSubModule.publishItem(BareJID pubSubJID, String nodeName, String itemId, Element payload, AsyncCallback callback)
           
 void PubSubModule.retrieveItem(BareJID pubSubJID, String nodeName, AsyncCallback callback)
           
 void PubSubModule.retrieveItem(BareJID pubSubJID, String nodeName, String itemId, AsyncCallback callback)
           
 void PubSubModule.retrieveItem(BareJID pubSubJID, String nodeName, String itemId, Integer maxItems, AsyncCallback callback)
           
 void FormSubmitter.submit(AsyncCallback callback)
           
 void PubSubModule.subscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, JabberDataElement options, AsyncCallback callback)
           
 void PubSubModule.unlockItem(BareJID pubSubJID, String nodeName, String itemId, AsyncCallback callback)
           
 void PubSubModule.unsubscribe(BareJID pubSubJID, String nodeName, JID subscriberJID, AsyncCallback callback)
           
 

Uses of AsyncCallback in tigase.jaxmpp.core.client.xmpp.modules.registration
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.registration with parameters of type AsyncCallback
 void InBandRegistrationModule.register(String username, String password, String email, AsyncCallback asyncCallback)
           
 void InBandRegistrationModule.removeAccount(AsyncCallback asyncCallback)
           
 

Uses of AsyncCallback in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster with parameters of type AsyncCallback
 void RosterStore.add(BareJID jid, String name, AsyncCallback asyncCallback)
           
 void RosterStore.add(BareJID jid, String name, Collection<String> groups, AsyncCallback asyncCallback)
           
protected  void RosterModule.add(BareJID jid, String name, Collection<String> groups, AsyncCallback asyncCallback)
           
 void RosterStore.add(BareJID jid, String name, String[] groups, AsyncCallback asyncCallback)
           
 

Uses of AsyncCallback in tigase.jaxmpp.core.client.xmpp.modules.vcard
 

Classes in tigase.jaxmpp.core.client.xmpp.modules.vcard that implement AsyncCallback
static class VCardModule.VCardAsyncCallback
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.vcard with parameters of type AsyncCallback
 void VCardModule.retrieveVCard(JID jid, AsyncCallback asyncCallback)
           
 void VCardModule.retrieveVCard(JID jid, Long timeout, AsyncCallback asyncCallback)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.