This method is called when the state of a system changes.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void stateChanged( DOFSystem system, DOFSystemState state )
Parameters
- system
- Type: org.opendof.core.oalDOFSystem
The system that has changed. - state
- Type: org.opendof.core.oalDOFSystemState
The new state.
Remarks
See Also