|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LightControllerStateMachineObserverInterface | |
---|---|
SecurityLightController |
Uses of LightControllerStateMachineObserverInterface in SecurityLightController |
---|
Fields in SecurityLightController with type parameters of type LightControllerStateMachineObserverInterface | |
---|---|
private java.util.List<LightControllerStateMachineObserverInterface> |
LightControllerStateMachine.obsservers
This variable holds a list of observers. |
Methods in SecurityLightController with parameters of type LightControllerStateMachineObserverInterface | |
---|---|
void |
LightControllerStateMachine.subscribe(LightControllerStateMachineObserverInterface obs)
|
void |
LightControllerCommandInterface.subscribe(LightControllerStateMachineObserverInterface obs)
This method will allow an external observer to subscribe to state machine, receiving updates when states change. |
void |
LightControllerStateMachine.unsubscribe(LightControllerStateMachineObserverInterface obs)
|
void |
LightControllerCommandInterface.unsubscribe(LightControllerStateMachineObserverInterface obs)
This method will allow an external observer to unsubscribe to state machine, receiving updates when states change. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |