OpenDOF Project
boolean DOFSystem_AddRouteListener ( DOFSystem  self,
DOFSystemRouteListener  listener 
)

Add a listener to a system for when a route to a Provider available to the system is added, removed, or changed.

A listener should only be added once.

Parameters
selfThe DOFSystem. This must not be NULL.
listenerThe listener. 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 has already been added.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22