Uses of Class
rocks.xmpp.im.roster.model.DefinedState
-
Packages that use DefinedState Package Description rocks.xmpp.im.roster.model Provides XML schema implementations of the Roster Namespace. -
-
Uses of DefinedState in rocks.xmpp.im.roster.model
Methods in rocks.xmpp.im.roster.model that return DefinedState Modifier and Type Method Description DefinedState
DefinedState. onInboundSubscriptionChange(Presence.Type type)
Transforms an existing subscription state into a new state, depending on an inbound presence subscription change.DefinedState
DefinedState. onOutboundSubscriptionChange(Presence.Type type)
Transforms an existing subscription state into a new state, depending on an outbound presence subscription change.static DefinedState
DefinedState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefinedState
DefinedState. valueOf(SubscriptionState subscriptionState)
Returns a defined subscription state from an existing subscription state, e.g. aRosterItem
.static DefinedState[]
DefinedState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-