OpenDOF Project
void DOFRuntime_RemoveServerListener ( DOFRuntime  self,
DOFRuntimeServerStateListener  listener 
)

Removes a previously added DOFRuntimeServerStateListener.

When the listener is removed, this function causes the listener's removed callback to be called, if it defines one.

Parameters
selfThe DOFRuntime. This must not be NULL.
listenerThe listener to remove. This should not be NULL. If the listener is not found, no action is taken.
See Also
DOFRuntime_AddServerListener
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22