Uses of Interface
com.thecoderscorner.menu.remote.states.RemoteConnectorState
Packages that use RemoteConnectorState
-
Uses of RemoteConnectorState in com.thecoderscorner.menu.remote
Fields in com.thecoderscorner.menu.remote with type parameters of type RemoteConnectorStateModifier and TypeFieldDescriptionprotected final Map<AuthStatus,Class<? extends RemoteConnectorState>> StreamRemoteConnector.stateMachineMappingsMethods in com.thecoderscorner.menu.remote with parameters of type RemoteConnectorStateModifier and TypeMethodDescriptionvoidStreamRemoteConnector.changeState(RemoteConnectorState newState) -
Uses of RemoteConnectorState in com.thecoderscorner.menu.remote.states
Classes in com.thecoderscorner.menu.remote.states that implement RemoteConnectorStateModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in com.thecoderscorner.menu.remote.states with parameters of type RemoteConnectorStateModifier and TypeMethodDescriptionvoidRemoteConnectorContext.changeState(RemoteConnectorState newState) voidBaseMessageProcessingState.exitState(RemoteConnectorState nextState) voidConnectionHasFailedState.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)