The listener interface function structure, containing a list of function pointers that implement the interface. More...
Data Fields | |
void(* | Removed )(DOFConnectionStreamRequestListener self, DOFException except) |
Callback used to let the listener free resources associated with the listener. | |
void(* | StreamRequest )(DOFConnectionStreamRequestListener self, DOFConnectionConfig config, DOFConnectionStreamRequest request) |
Callback for a DOFConnection when connect-level interests and matching providers indicate that a streaming connection is desired. | |
void(* | StreamRequestComplete )(DOFConnectionStreamRequestListener self, DOFConnectionConfig config, DOFConnectionStreamRequest request) |
Callback for a DOFConnection when connect-level interests and a matching providers indicate that a streaming connection is no longer desired. | |
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.