A notification call back indicating that state of calibration has changed.
Implementing classes should update themselves accordingly if needed.
Register for updates through GazeManager.AddCalibrationResultListener().
Namespace: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)

Parameters
- isCalibrated
- Type: System Boolean
is the Tracker Server calibrated?
- calibResult
- Type: TETCSharpClient.Data CalibrationResult
if calibrated, the currently valid CalibrationResult, otherwise null
