OpenDOF Project
boolean DOF_AddInterestListener ( DOF  self,
DOFInterestListener  listener 
)

Adds a DOFInterestListener to the DOF.

Interest listeners are used by nodes (usually providers or proxies) that want to monitor all interest requests.

Note
Listeners will only be added once.
Parameters
selfThe DOF to add the listener to. This must not be NULL.
listenerThe listener to add. This should not be NULL.
Return values
TRUEif the listener was added.
Exceptions
FALSEis returned if the listener could not be added.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22