Package org.jivesoftware.smack.fsm
Class ConnectionStateEvent.DetailedTransitionIntoInformation
- java.lang.Object
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent
-
- org.jivesoftware.smack.fsm.ConnectionStateEvent.DetailedTransitionIntoInformation
-
- Direct Known Subclasses:
TcpHostEvent
- Enclosing class:
- ConnectionStateEvent
public abstract static class ConnectionStateEvent.DetailedTransitionIntoInformation 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 Modifier Constructor Description protected
DetailedTransitionIntoInformation(State state)
-
Method Summary
-
Methods inherited from class org.jivesoftware.smack.fsm.ConnectionStateEvent
getStateDescriptor, getTimestamp, toString
-
-
-
-
Constructor Detail
-
DetailedTransitionIntoInformation
protected DetailedTransitionIntoInformation(State state)
-
-