public interface ImageFreezeCapable
This interface declares client capability to freeze the desktop image when requested and then refresh it when it is unfrozen.
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
canFreeze()
This method allows the implementing clients to disable freezing
dynamically.
|
boolean |
isFreeze()
Get the current status.
|
void |
setFreeze(boolean freeze)
Freeze or resume.
|
boolean canFreeze()
void setFreeze(boolean freeze)
true
the
image should stop updating and become still. When resuming (the argument
is false
the image should refresh the image and resume the
update process.freeze
- true freezes the image, false resumes.boolean isFreeze()