DOFSystemaddActivateInterestListener Method OpenDOF Object Access Library
Used by a Provider to add an ActivateInterestListener to be notified of interest requests.

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

C#
public void addActivateInterestListener(
	DOFSystemActivateInterestListener listener
)

Parameters

listener
Type: org.opendof.core.oalDOFSystemActivateInterestListener
The interest listener to add. This must not be null.
See Also

Reference