OpenDOF Project
void(* DOFDomainStateListener::DOFDomainStateListenerFns_t::StateChanged)(DOFDomainStateListener self, DOFDomain domain, DOFDomainState state)

This callback is called to notify the listener that the state of a DOFDomain has changed.

This callback will be called immediately when the listener is added with the current state and then will be called whenever the state changes.

Parameters
selfThis listener. This will not be NULL.
domainThe domain that state has changed for. This will not be NULL.
stateThe state of the DOFDomain at the point this call was triggered. This will not be NULL.
core-c-dof-oal Version 7.1.7 Build 0
2017-10-31