This interface is implemented by requestors to receive updates.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public interface Listener
The DOFSubscriptionListener type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| propertyChanged | Process a value update. | |
| removed | Called when the Listener is removed from the DOFSubscription. | |
| stateChanged | Indicates to the application that the subscription state has changed. |
Remarks
See Also