DOFInterestListener InterfaceOpenDOF Object Access Library
The DOF.InterestListener interface enables you to create functionality for monitoring all interest requests.

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

C#
public interface InterestListener

The DOFInterestListener type exposes the following members.

Methods

  NameDescription
Public methodinterestAdded
Called when the node receives any level of interest for a binding.
Public methodinterestRemoved
Called when an interest request is canceled or times out.
Public methodremoved
Called when the InterestListener is removed from the DOF.
Top
Remarks

The DOF.InterestListener interface enables you to create functionality for monitoring all interest requests. It is intended only for monitoring: Methods in this interface may be called by multiple threads simultaneously. You must manage thread-safety.

See Also

Reference