This interface can be implemented to provide a listener for the state of a
DOFDomain
.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface StateListener
The DOFDomainStateListener type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | removed | This method is called when this listener is removed from the DOFDomain. |
![]() | stateChanged | This method is called when the state of a domain changes. |
See Also