Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

Viewer.ServerEventCallback

public interface ServerEventCallback

Callback receiving server event notifications for a Viewer.

Method Summary

Modifier and Type Method and Description
void

serverClipboardTextChanged(Viewer viewer, String text)

Notification that the server’s clipboard contains new text.

void

serverFriendlyNameChanged(Viewer viewer, String name)

Notification that the server’s friendly name has changed.

Methods

void serverClipboardTextChanged(Viewer viewer, String text)

Notification that the server’s clipboard contains new text.

For more information, see vnc_Viewer_ServerEventCallback::serverClipboardTextChanged.

void serverFriendlyNameChanged(Viewer viewer, String name)

Notification that the server’s friendly name has changed.

For more information, see vnc_Viewer_ServerEventCallback::serverFriendlyNameChanged.

×