OpenDOF Project
boolean DOFRuntime_AddServerListener ( DOFRuntime  self,
DOFRuntimeServerStateListener  listener 
)

Adds a DOFRuntimeServerStateListener that is notified when servers are started or stopped.

Parameters
selfThe DOFRuntime. This must not be NULL.
listenerThe listener to add. This should not be NULL.
Returns
TRUE if the listener was added.
Exceptions
FALSEif the listener could not be added, illegal arguments were detected, or the listener was already added.
See Also
DOFRuntime_RemoveServerListener
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22