Package org.jivesoftware.smack.fsm
Class ConnectionStateEvent.AboutToTransitionInto
- java.lang.Object
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent.AboutToTransitionInto
-
- Enclosing class:
- ConnectionStateEvent
public static class ConnectionStateEvent.AboutToTransitionInto 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 AboutToTransitionInto(State currentState, State successorState)
-
Method Summary
-
Methods inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent
getStateDescriptor, getTimestamp, toString
-
-
-
-
Constructor Detail
-
AboutToTransitionInto
public AboutToTransitionInto(State currentState, State successorState)
-
-