The listener interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
void(* | Removed )(DOFRuntimeServerStateListener self, DOFRuntime runtime, DOFException except) |
Called when this listener is removed from the DOFRuntime, either through use of DOFRuntime_RemoveServerListener or because an exception caused the listener to be removed. | |
void(* | StateChanged )(DOFRuntimeServerStateListener self, DOFRuntime runtime, DOFServer server, DOFServerState state) |
Called whenever the DOFServerState_IsStarted value changes for any of the DOF's servers. | |
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
.