Callback interface with methods associated to Gaze Tracking.
            This interface should be implemented by classes that are to recieve live GazeData stream.
            
Namespace: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
SyntaxThe IGazeListener type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | OnGazeUpdate | 
            A notification call back indicating that a new GazeData frame is available. 
            Implementing classes should update themselves accordingly if needed.
            Register for updates through GazeManager.AddGazeListener().
             | 
 See Also
See Also