OpenDOF Project
boolean DOFSystem_AddActivateInterestListener ( DOFSystem  self,
const DOFSystemActivateInterestListener  listener 
)

Adds a DOFSystemActivateInterestListener to the given DOFSystem, which is used by provider applications to begin providing in response to DOFINTERESTLEVEL_ACTIVATE interest requests.

Parameters
selfThe System on which to set the activation listener. This must not be NULL.
listenerThe listener to use for notification of activation requests. This should not be NULL.
Returns
TRUE if the listener was successfully added.
Exceptions
FALSEif the listener could not be added.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25