public interface AsynchronnousIOCapable extends AsynchronnousOpCapable
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
void |
cancelPendingOperations()
Cancel all pending operations.
|
Thread |
setKeyboardOperationFinished()
Notify the client that the calling object has completed sending of key
events associated with the keyboard operation and wishes to wait for the
operation to complete.
|
void |
setKeyboardOperationStarting()
Notify the client that a complex (non-atomic) keyboard operation is about
to start.
|
Thread |
setMouseOperationFinished()
Notify the client that the calling object has completed sending of mouse
events associated with the mouse operation and wishes to wait for the
operation to complete.
|
void |
setMouseOperationStarting()
Notify the client that a complex (non-atomic) mouse or touch screen
operation is about to start.
|
enableWaitWindowOnLongOperations, getLongOperationLimitMillis
void setKeyboardOperationStarting()
Thread setKeyboardOperationFinished()
void setMouseOperationStarting()
Thread setMouseOperationFinished()
void cancelPendingOperations()