OpenDOF Project
void(* DOFDomainListener::DOFDomainListenerFns_t::Removed)(DOFDomainListener self, DOF dof, DOFException exception)

Called when the Domain Listener is removed from the DOF.

Use this callback to free resources associated with the listener or free the listener itself if it was allocated.

Note
This callback may be NULL to ignore notification of removal.
Parameters
selfThis listener. This will never be NULL.
dofThe DOF where this listener was added. This will never be NULL.
exceptionAn exception that caused the listener to be removed prematurely. This will be null if the application removed the listener normally.
See Also
DOF_RemoveDomainListener
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31