OpenDOF Project
boolean DOFDomain_AddStateListener ( DOFDomain  self,
DOFDomainStateListener  listener 
)

Adds a state listener to the given domain.

Parameters
selfThe domain to add the listener too. This must not be NULL.
listenerThe listener to add to the domain. If this has already been added to the domain it will not be added a second time. This must not be NULL.
Returns
boolean TRUE if the listener was added.
Exceptions
FALSEis returned if the listener was unable to be added.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22