public interface SynchronousDesktopUpdateCapable extends Capability
This interface declares that it the implementing client updates the screen synchronously, usually at scheduled intervals. This allows objects working with the screen image to be more efficient, for example to avoid working with the image when it is being updated.
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
int |
getFrameRateMillis() |
ReentrantLock |
getScreenUpdateLock() |
boolean |
isSynchronnousDesktop() |
void |
setFrameRateMillis() |
boolean isSynchronnousDesktop()
ReentrantLock getScreenUpdateLock()
int getFrameRateMillis()
void setFrameRateMillis() throws UnsupportedOperationException
UnsupportedOperationException