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: TETCSharpClientAssembly: TETCSharpClient (in TETCSharpClient.dll) Version: 1.0.0.0 (1.0.0.0)

The IConnectionStateListener type exposes the following members.

Name | Description | |
---|---|---|
![]() | OnConnectionStateChanged |
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().
|
