A.6.5. CADISimulation::AddCallbackObject()
This method registers to listen for simulation-wide events
such as, for example, system messages.
virtual void AddCallbackObject(CADISimulationCallback *callbackObject) =0;
where:
callbackObject
is the callback listener to register.