Uses of Interface
com.thecoderscorner.menu.remote.states.RemoteConnectorState
-
Packages that use RemoteConnectorState Package Description com.thecoderscorner.menu.remote com.thecoderscorner.menu.remote.states -
-
Uses of RemoteConnectorState in com.thecoderscorner.menu.remote
Fields in com.thecoderscorner.menu.remote with type parameters of type RemoteConnectorState Modifier and Type Field Description protected java.util.Map<AuthStatus,java.lang.Class<? extends RemoteConnectorState>>StreamRemoteConnector. stateMachineMappingsMethods in com.thecoderscorner.menu.remote with parameters of type RemoteConnectorState Modifier and Type Method Description voidStreamRemoteConnector. changeState(RemoteConnectorState newState) -
Uses of RemoteConnectorState in com.thecoderscorner.menu.remote.states
Classes in com.thecoderscorner.menu.remote.states that implement RemoteConnectorState Modifier and Type Class Description classAwaitingBootstrapStateclassBaseMessageProcessingStateclassBootstrapInProgressStateclassConnectionReadyStateclassJoinMessageArrivedStateclassNoOperationInitialStateclassPairingAuthFailedStateclassPairingAuthSuccessStateclassSendPairingMessageStateclassSerialAwaitFirstMsgStateclassSocketAwaitJoinStateclassStreamNotConnectedStateMethods in com.thecoderscorner.menu.remote.states with parameters of type RemoteConnectorState Modifier and Type Method Description voidRemoteConnectorContext. changeState(RemoteConnectorState newState)voidBaseMessageProcessingState. exitState(RemoteConnectorState nextState)voidConnectionReadyState. exitState(RemoteConnectorState nextState)voidNoOperationInitialState. exitState(RemoteConnectorState nextState)voidPairingAuthFailedState. exitState(RemoteConnectorState nextState)voidPairingAuthSuccessState. exitState(RemoteConnectorState nextState)voidRemoteConnectorState. exitState(RemoteConnectorState nextState)called when a state machine class is deactivatedvoidStreamNotConnectedState. exitState(RemoteConnectorState nextState)
-