public interface ImageOwner extends Capability
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
isActivelyUpdating()
Indicate whether the client is actively or passively updating the image.
|
boolean |
isStatic()
Indicate whether the image is a static one or a live one (dynamically updated).
|
boolean isActivelyUpdating()
Indicate whether the client is actively or passively updating the image. This flag is used for optimization of the test framework.
An active client typically updates the image at regular intervals or on a schedule basis because the server doesn't notify the client of the image updates. An example of an active client is the Java one.
A passive client receives image updates asynchronously from the server and it is safe to presume that the image is up to date with a small delay. Examples of passive clients are RFB (VNC) and RDP.
boolean isStatic()