Used by a Provider to remove an
ActivateInterestListener
.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void removeActivateInterestListener( DOFSystemActivateInterestListener listener )
Parameters
- listener
- Type: org.opendof.core.oalDOFSystemActivateInterestListener
The listener to remove. Must not be null.
See Also