OpenDOF Project
Data Fields
DOFDomainStateListener::DOFDomainStateListenerFns_t Struct Reference

The listener interface function structure, containing a list of function pointers that implement the interface. More...

Data Fields

void(* Removed )(DOFDomainStateListener self, DOFDomain domain, DOFException exception)
 This callback is called to notify that the listener was removed.
 
void(* StateChanged )(DOFDomainStateListener self, DOFDomain domain, DOFDomainState state)
 This callback is called to notify the listener that the state of a DOFDomain has changed.
 

Detailed Description

The listener interface function structure, containing a list of function pointers that implement the interface.

It has the same role as a vtable in C++. This must not be NULL.

core-c-dof-oal Version 7.1.7 Build 0
2017-10-31