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