Package org.jivesoftware.smack.fsm
Class ConnectionStateEvent.SuccessfullyTransitionedInto
- java.lang.Object
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent.SuccessfullyTransitionedInto
-
- Enclosing class:
- ConnectionStateEvent
public static class ConnectionStateEvent.SuccessfullyTransitionedInto extends ConnectionStateEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent
ConnectionStateEvent.AboutToTransitionInto, ConnectionStateEvent.DetailedTransitionIntoInformation, ConnectionStateEvent.FinalStateReached, ConnectionStateEvent.StateRevertBackwardsWalk, ConnectionStateEvent.SuccessfullyTransitionedInto, ConnectionStateEvent.TransitionFailed, ConnectionStateEvent.TransitionIgnoredDueCycle, ConnectionStateEvent.TransitionNotPossible
-
-
Constructor Summary
Constructors Constructor Description SuccessfullyTransitionedInto(State state, StateTransitionResult.Success transitionSuccessResult)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent
getStateDescriptor, getTimestamp
-
-
-
-
Constructor Detail
-
SuccessfullyTransitionedInto
public SuccessfullyTransitionedInto(State state, StateTransitionResult.Success transitionSuccessResult)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classConnectionStateEvent
-
-