OpenDOF Project
void(* DOFInterestListener::DOFInterestListenerFns_t::Removed)(DOFInterestListener self, DOF dof, DOFException except)

Called when the DOFInterestListener is removed from the DOF.

Use this function to free resources associated with the listener. The InterestRemoved callback will not be called after the listener is removed, so it may be necessary to clean up resources associated with InterestAdded calls for which no InterestRemoved call was received when the listener was removed.

This callback may be NULL to ignore notification of removal.

Parameters
selfThe DOFInterestListener object. This will never be NULL.
dofThe DOF where this listener was added. This will never be NULL.
exceptAn exception that caused the listener to be removed prematurely. This will be NULL if the application removed the listener normally.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31