DOFRegistrationaddListener Method OpenDOF Object Access Library
Add a listener that will receive an update every time the registered event is signaled.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public void addListener(
	DOFRegistrationListener listener
)

Parameters

listener
Type: org.opendof.core.oalDOFRegistrationListener
The listener to add.
Remarks

Add a listener that will receive an update every time the registered event is signaled.
See Also

Reference