Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Server.AgentCallback

public interface AgentCallback

Callback receiving agent-related notifications for a Server.

Method Summary

Modifier and Type Method and Description
void

agentStarted(Server server)

Notification that the agent has started.

void

agentStopped(Server server)

Notification that the agent has stopped.

Methods

void agentStarted(Server server)

Notification that the agent has started.

For more information, see vnc_Server_AgentCallback::agentStarted.

void agentStopped(Server server)

Notification that the agent has stopped.

For more information, see vnc_Server_AgentCallback::agentStopped.

×