public interface KeyTransferCapable extends Capability
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
isKeyTransferSupported()
Allows to switch dynamically support of key events.
|
void |
sendKeyEvent(KeyEvent evt)
Send a key event to the server.
|
boolean isKeyTransferSupported()
void sendKeyEvent(KeyEvent evt) throws IOException
evt
- a KeyEvent.IOException
- if an I/O error happens in the client-to-server communication.