Package org.jivesoftware.smack.fsm
Class ConnectionStateEvent.TransitionIgnoredDueCycle
java.lang.Object
org.jivesoftware.smack.fsm.ConnectionStateEvent
org.jivesoftware.smack.fsm.ConnectionStateEvent.TransitionIgnoredDueCycle
- Enclosing class:
- 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
ConstructorsConstructorDescriptionTransitionIgnoredDueCycle(StateDescriptorGraph.GraphVertex<State> currentStateVertex, StateDescriptorGraph.GraphVertex<State> successorStateVertexCausingCycle) -
Method Summary
Methods inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent
getStateDescriptor, getTimestamp, toString
-
Constructor Details
-
TransitionIgnoredDueCycle
public TransitionIgnoredDueCycle(StateDescriptorGraph.GraphVertex<State> currentStateVertex, StateDescriptorGraph.GraphVertex<State> successorStateVertexCausingCycle)
-