public class DefaultExecutor extends AbstractExecutor
MAX_ACTION_TIME, NON_QUEUE_ACTION_OUTPUT, QUEUE_ACTION_OUTPUTACTION_EXECUTOR_PROPERTY| Constructor and Description |
|---|
DefaultExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeQueue(Environment env,
Action action,
Object... parameters)
Executes through the ActionQueue as there is no system dispatch thread.
|
void |
executeQueueDetached(Environment env,
Action action,
Object... parameters)
Executes through the ActionQueue as there is no system dispatch thread.
|
boolean |
isOnQueue()
Always returns false as there is no system dispatch thread.
|
boolean |
isQuiet()
Tells whether the UI is quiet which usually means that all scheduled
actions are dispatched and the queue is empty.
|
actionsInQueue, execute, executeDetached, isInAction, waitQuietpublic void executeQueue(Environment env, Action action, Object... parameters)
executeQueue in class AbstractExecutorenv - Environment.action - action to execute.parameters - parameters to pass to action.run() method.Action.run(java.lang.Object[])public void executeQueueDetached(Environment env, Action action, Object... parameters)
executeQueueDetached in class AbstractExecutorenv - Environment.action - action to execute.parameters - parameters to pass to action.run() method.Action.run(java.lang.Object[])public boolean isOnQueue()
isOnQueue in class AbstractExecutorpublic boolean isQuiet()
isQuiet in class AbstractExecutorAbstractExecutor.waitQuiet(org.jemmy.env.Timeout)Copyright © 2019. All rights reserved.