OpenDOF Project
boolean DOFObject_IsSignalRequired ( const DOFObject  obj,
const DOFInterfaceEvent  evt 
)

Ask whether any Requestors have registered an Event handler for the given object of this provider.

This allows an application to decide whether or not to create the event parameters and call DOFObject_Signal. When this function returns FALSE, a DOFObject_Signal call will not do anything (so it can safely be skipped).

Parameters
objThe DOFObject on which to operate. This should not be NULL.
evtThe DOFInterfaceEvent in question. This should not be NULL.
Returns
TRUE if evt is registered for this object.
FALSE if evt is not registered for this object.
Exceptions
FALSEis returned if
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22