This document is archived and information here might be outdated. Recommended version. |
If the calculation engine has a class of CalculatorCallback, then it can interact with the client on the current progress.
Interfaces | Description |
---|---|
ICalculatorCallback | Provides access to events that occur when the state of the calculator changes. |
The default CalculatorCallback object will automatically handle status, warnings and errors generated by the Calculator object. However, more advanced users may wish to implement their own CalculatorCallback object with more sophisticated error handling capabilities.