OpenDOF Project
void DOFSystem_RemoveActivateInterestListener ( DOFSystem  self,
const DOFSystemActivateInterestListener  listener 
)

Remove a listener for when interest changes in the network.

Changes in interest of Objects and Interfaces will no longer be reported through the given listener. If the given listener cannot be found, this call will silently ignore the request.

Parameters
selfThe System on which to clear the activation listener. This must not be NULL.
listenerThe listener to be removed from the list. This should not be NULL. If the listener cannot be found, no action is taken.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25