DOFremoveInterestListener Method OpenDOF Object Access Library
Removes a InterestListener . When the listener is removed, this method causes InterestListener.removed(DOF, DOFException) to be called.

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

C#
public void removeInterestListener(
	DOFInterestListener listener
)

Parameters

listener
Type: org.opendof.core.oalDOFInterestListener
The listener to remove. This must not be null.
See Also

Reference