Adds a
InterestListener
to the DOF. Interest listeners are used by nodes (usually providers or proxies) that want
to monitor all interest requests.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public void addInterestListener( DOFInterestListener listener )
Parameters
- listener
- Type: org.opendof.core.oalDOFInterestListener
The interest listener to add. This must not be null.
See Also
Reference
ActivateInterestListener
StreamRequestListener