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 interface
RosterItem
Represents a roster item.Classes in rocks.xmpp.im.roster.model that implement SubscriptionState Modifier and Type Class Description class
Contact
A contact in the user's roster.class
DefinedState
Represents the nine possible defined subscription states.Methods in rocks.xmpp.im.roster.model with parameters of type SubscriptionState Modifier and Type Method Description static boolean
SubscriptionState. equals(SubscriptionState state1, SubscriptionState state2)
Compares two subscription states.static DefinedState
DefinedState. valueOf(SubscriptionState subscriptionState)
Returns a defined subscription state from an existing subscription state, e.g. aRosterItem
.
-