Add a listener that will receive an update every time the subscribed property changes.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void addListener( DOFSubscriptionListener listener )
Parameters
- listener
- Type: org.opendof.core.oalDOFSubscriptionListener
The listener to add.
Remarks
See Also