Learn how to evaluate and integrate the VNC SDK
AnnotationManager.Callback¶
-
public interface
Callback
¶ Callback receiving annotation-related notifications
See also:
AnnotationManager.setCallback
Method Summary¶
Modifier and Type | Method and Description |
---|---|
void |
Notification that annotation availability has changed. |
Methods¶
-
void
availabilityChanged
(AnnotationManager annotationManager, boolean isAvailable)¶ Notification that annotation availability has changed.
For more information, see
vnc_AnnotationManager_Callback::availabilityChanged
.