IGazeListener InterfaceC# SDK for The Eye Tribe Tracker
Callback interface with methods associated to Gaze Tracking. This interface should be implemented by classes that are to recieve live GazeData stream.

Namespace: TETCSharpClient
Assembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IGazeListener

The IGazeListener type exposes the following members.

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