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
public static class ConnectionStateEvent.TransitionIgnoredDueCycle 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 TransitionIgnoredDueCycle(StateDescriptorGraph.GraphVertex<State> currentStateVertex, StateDescriptorGraph.GraphVertex<State> successorStateVertexCausingCycle)
-
Method Summary
-
Methods inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent
getStateDescriptor, getTimestamp, toString
-
-
-
-
Constructor Detail
-
TransitionIgnoredDueCycle
public TransitionIgnoredDueCycle(StateDescriptorGraph.GraphVertex<State> currentStateVertex, StateDescriptorGraph.GraphVertex<State> successorStateVertexCausingCycle)
-
-