The listener interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
void(* | Removed )(DOFSystemRouteListener self, DOFSystem system, DOFException except) |
Callback used to let the listener free resources associated with the listener. | |
void(* | RouteStatus )(DOFSystemRouteListener self, DOFSystem system, DOFRouteInfo routeInfo, DOFRouteInfoState reason) |
Callback to notify the application that something has changed for a route. | |
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.