Learn how to evaluate and integrate the VNC SDK
CloudAddressMonitor.Callback¶
-
public interface
Callback¶ Callback for a
CloudAddressMonitor.
Method Summary¶
| Modifier and Type | Method and Description |
|---|---|
void |
Notification that the availability information for a Cloud address has changed. |
void |
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.