Learn how to evaluate and integrate the VNC SDK
          Server.ConnectionCallback¶
- 
public interface 
ConnectionCallback¶ Callback receiving connection-related notifications for a Server.
Method Summary¶
| Modifier and Type | Method and Description | 
|---|---|
void | 
 Notification that a connection has ended.  | 
void | 
 Notification that a connection has successfully started.  | 
Methods¶
- 
 void 
connectionEnded(Server server, Connection connection)¶ Notification that a connection has ended.
For more information, see
vnc_Server_ConnectionCallback::connectionEnded.
- 
 void 
connectionStarted(Server server, Connection connection)¶ Notification that a connection has successfully started.
For more information, see
vnc_Server_ConnectionCallback::connectionStarted.