public interface ServerClipboardUpdateCapable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
void |
updateServerClipboard(String content)
Update the server clipboard.
|
void updateServerClipboard(String content) throws IOException
content
- the text to insert set the clipboard to.IOException
- when an I/O error occurs between the client and the server.