Learn how to evaluate and integrate the VNC SDK

We're here if you need help.

CloudAddressMonitor.Callback

public interface Callback

Callback for a CloudAddressMonitor.

Method Summary

Modifier and Type Method and Description
void

availabilityChanged(CloudAddressMonitor monitor, String cloudAddress, Availability availability)

Notification that the availability information for a Cloud address has changed.

void

monitorPaused(CloudAddressMonitor monitor)

Notification that monitoring has been paused by an outgoing connection starting.

Methods

void availabilityChanged(CloudAddressMonitor monitor, String cloudAddress, Availability availability)

Notification that the availability information for a Cloud address has changed.

For more information, see vnc_CloudAddressMonitor_Callback::availabilityChanged.

void monitorPaused(CloudAddressMonitor monitor)

Notification that monitoring has been paused by an outgoing connection starting.

For more information, see vnc_CloudAddressMonitor_Callback::monitorPaused.

×