OpenDOF Project
void(* DOFDomainStateListener::DOFDomainStateListenerFns_t::Removed)(DOFDomainStateListener self, DOFDomain domain, DOFException exception)

This callback is called to notify that the listener was removed.

This call is to notify the program that this listener will not be used anymore and all state associated with it can be freed.

Note
This callback may be NULL to ignore notification of removal.
Parameters
selfThis listener. This will not be NULL.
domainThe domain that this listener was added to. This will not be NULL.
exceptionThis will hold the reason why this listener was removed if the removal wasn't application triggered.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31