public interface MultiKeyTransferCapable
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
void |
setMultiKeyOperationFinished(int count)
Called after the key press is finished.
|
void |
setMultiKeyOperationStarted(int count)
Called when a key press is about to start.
|
void setMultiKeyOperationStarted(int count)
count
- how many times is the key going to be pressed.void setMultiKeyOperationFinished(int count)
count
- how many times the key was pressed.