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. | |
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.