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

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

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

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub that return Subscription
static Subscription Subscription.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Subscription[] Subscription.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type Subscription
protected abstract  void PubSubModule.SubscriptionAsyncCallback.onSubscribe(IQ response, String node, JID jid, String subID, Subscription subscription)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.