Callback interface with methods associated to the changes of CalibrationResult.
This interface should be implemented by classes that are to recieve only changes in CalibrationResult
and who are _not_ to perform the calibration process itself.
Namespace: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
The ICalibrationResultListener type exposes the following members.
| Name | Description | |
|---|---|---|
| OnCalibrationChanged |
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().
|