Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

DisplayManager.Callback

public interface Callback

Callback receiving display changes.

Method Summary

Modifier and Type Method and Description
void

displaysChanged(DisplayManager displayManager)

Notification that a display has been added or removed, or the resolution of an existing display has changed.

Methods

void displaysChanged(DisplayManager displayManager)

Notification that a display has been added or removed, or the resolution of an existing display has changed.

For more information, see vnc_DisplayManager_Callback::displaysChanged.

×