public class Uninitialized extends State
CiphersWaiting
on
GetChannelCipherSuitesPending
.Constructor and Description |
---|
Uninitialized() |
Modifier and Type | Method and Description |
---|---|
void |
doAction(StateMachine stateMachine,
RmcpMessage message)
Defines the action that should be performed when a response form the
remote system arrives in the current state.
|
void |
doTransition(StateMachine stateMachine,
StateMachineEvent machineEvent)
Performs the state transition
|
public void doTransition(StateMachine stateMachine, StateMachineEvent machineEvent)
State
doTransition
in class State
stateMachine
- - the contextmachineEvent
- - the StateMachineEvent
that was the cause of the
transitionpublic void doAction(StateMachine stateMachine, RmcpMessage message)
State