IConnectionStateListener InterfaceC# SDK for The Eye Tribe Tracker
Callback interface with methods associated to the state of the connection to the EyeTribe Server. This interface should be implemented by classes that are to receive notifications of changes in the connection state and handle these accordingly. This could be a class in the 'View' layer telling the user that the connection to the EyeTribe Server was lost.

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

The IConnectionStateListener type exposes the following members.

Methods
  NameDescription
Public methodOnConnectionStateChanged
A notification call back indicating that the connection state has changed. Use this to detect if connection the EyeTribe Server has been lost. Implementing classes should update themselves accordingly if needed. Register for updates through GazeManager.AddConnectionStateListener().
Top
See Also