OpenDOF Project
void DOF_RemoveInterestListener ( DOF  self,
DOFInterestListener  listener 
)

Removes a DOFInterestListener from the DOF.

When the DOFInterestListener is removed, this function causes the DOFInterestListener's removed callback to be called, if it defines one.

Parameters
selfThe dof. This must not be NULL.
listenerThe listener to remove. If NULL, no action is taken.
See Also
DOF_AddInterestListener
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22