public interface ControlComponentChangeListener
| Modifier and Type | Method and Description |
|---|---|
void |
onChangedErrorState(String newWorkState)
Indicate an error state change
|
void |
onChangedExecutionMode(ExecutionMode newExecutionMode)
Indicate an execution mode change
|
void |
onChangedExecutionState(ExecutionState newExecutionState)
Indicate an execution state change
|
void |
onChangedOperationMode(String newOperationMode)
Indicate an operation mode change
|
void |
onChangedWorkState(String newWorkState)
Indicate an work state change
|
void |
onNewOccupationState(OccupationState state)
Indicate new occupation state
|
void |
onNewOccupier(String occupierId)
Indicate new occupier
|
void |
onVariableChange(String varName,
Object newValue)
Indicate change of a variable
|
void onVariableChange(String varName, Object newValue)
void onNewOccupier(String occupierId)
void onNewOccupationState(OccupationState state)
void onChangedExecutionMode(ExecutionMode newExecutionMode)
void onChangedExecutionState(ExecutionState newExecutionState)
void onChangedOperationMode(String newOperationMode)
void onChangedWorkState(String newWorkState)
void onChangedErrorState(String newWorkState)
Copyright © 2021. All rights reserved.