OpenDOF Project
boolean DOF_AddDomainListener ( DOF  self,
DOFDomainListener  listener 
)

Adds a DOFDomainListener to the given DOF, which is used to monitor the DOF's known security domains.

Note
Listeners will only be added once.
Parameters
selfThe DOF to add the listener to. This must not be NULL.
listenerThe listener to add. This should not be NULL.
Return values
TRUEif the listener was added or was found in the list of listeners.
Exceptions
FALSEis returned if the listener could not be added, or an invalid parameter is detected.
See Also
DOFDomain
DOF_RemoveDomainListener
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22