ICalibrationResultListener InterfaceC# SDK for The Eye Tribe Tracker
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: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ICalibrationResultListener

The ICalibrationResultListener type exposes the following members.

Methods
  NameDescription
Public methodOnCalibrationChanged
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().
Top
See Also