Uses of Enum
org.jivesoftware.smack.fsm.StateDescriptor.Property
Packages that use StateDescriptor.Property
Package
Description
Smack's Finite State Machine to handle the login logic.
-
Uses of StateDescriptor.Property in org.jivesoftware.smack.fsm
Methods in org.jivesoftware.smack.fsm that return StateDescriptor.PropertyModifier and TypeMethodDescriptionstatic StateDescriptor.Property
Returns the enum constant of this type with the specified name.static StateDescriptor.Property[]
StateDescriptor.Property.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smack.fsm with parameters of type StateDescriptor.PropertyModifierConstructorDescriptionprotected
StateDescriptor
(Class<? extends State> stateClass, int xepNum, StateDescriptor.Property... properties) protected
StateDescriptor
(Class<? extends State> stateClass, StateDescriptor.Property... properties) protected
StateDescriptor
(StateDescriptor.Property... properties)