Uses of Interface
rocks.xmpp.im.roster.model.SubscriptionState
- 
Packages that use SubscriptionState Package Description rocks.xmpp.im.roster.model Provides XML schema implementations of the Roster Namespace. - 
- 
Uses of SubscriptionState in rocks.xmpp.im.roster.model
Subinterfaces of SubscriptionState in rocks.xmpp.im.roster.model Modifier and Type Interface Description interfaceRosterItemRepresents a roster item.Classes in rocks.xmpp.im.roster.model that implement SubscriptionState Modifier and Type Class Description classContactA contact in the user's roster.classDefinedStateRepresents the nine possible defined subscription states.Methods in rocks.xmpp.im.roster.model with parameters of type SubscriptionState Modifier and Type Method Description static booleanSubscriptionState. equals(SubscriptionState state1, SubscriptionState state2)Compares two subscription states.static DefinedStateDefinedState. valueOf(SubscriptionState subscriptionState)Returns a defined subscription state from an existing subscription state, e.g. aRosterItem. 
 -