OpenDOF Project
Data Fields
DOFServerStateListener::DOFServerStateListenerFns_t Struct Reference

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

Data Fields

void(* Removed )(DOFServerStateListener self, DOFServer server, DOFException except)
 Callback used to let listener free any allocated memory from a removed listener.
 
void(* StateChanged )(DOFServerStateListener self, DOFServer server, DOFServerState state)
 Callback for when the state of a Server changes (for example, when the Server is started or when it is stopped or fails).
 

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