DOFSubscriptionListener InterfaceOpenDOF Object Access Library
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

  NameDescription
Public methodpropertyChanged
Process a value update.
Public methodremoved
Called when the Listener is removed from the DOFSubscription.
Public methodstateChanged
Indicates to the application that the subscription state has changed.
Top
Remarks

This interface is implemented by requestors to receive updates.
See Also

Reference