Closed ThomasBassa closed 9 years ago
When a LightControllerStateMachineObserverInterface is provided to the LightControllerStateMachine, via subscribe, the state machine should provide an update to the new observer so it may have a valid initial state.
LightControllerStateMachineObserverInterface
LightControllerStateMachine
subscribe
When a
LightControllerStateMachineObserverInterface
is provided to theLightControllerStateMachine
, viasubscribe
, the state machine should provide an update to the new observer so it may have a valid initial state.