Package org.jivesoftware.smack.bind2
Class Bind2Module.Bind2StateDescriptor
- java.lang.Object
-
- org.jivesoftware.smack.fsm.StateDescriptor
-
- org.jivesoftware.smack.bind2.Bind2Module.Bind2StateDescriptor
-
- Enclosing class:
- Bind2Module
public static final class Bind2Module.Bind2StateDescriptor extends StateDescriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.fsm.StateDescriptor
StateDescriptor.Property
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jivesoftware.smack.bind2.Bind2Module.Bind2State
constructState(ModularXmppClientToServerConnectionInternal connectionInternal)
-
Methods inherited from class org.jivesoftware.smack.fsm.StateDescriptor
addPredeccessor, addSuccessor, declareInferiorityTo, declareInferiorityTo, declarePrecedenceOver, declarePrecedenceOver, getFullStateName, getPredeccessors, getReference, getStateClass, getStateName, getSubordinates, getSuccessors, getSuperiors, isFinalState, isMultiVisitState, isNotImplemented, toString
-
-
-
-
Method Detail
-
constructState
protected org.jivesoftware.smack.bind2.Bind2Module.Bind2State constructState(ModularXmppClientToServerConnectionInternal connectionInternal)
- Overrides:
constructState
in classStateDescriptor
-
-