public static class ClickAction.DoubleClick extends ClickAction
ClickAction.DoubleClick, ClickAction.LongClick, ClickAction.SingleClickDOUBLE, LONG, SINGLE| Constructor and Description |
|---|
DoubleClick(long timeoutMillis) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
perform(InputInjector injector,
UiElement element)
Performs the action by injecting synthesized events.
|
toStringperformgetTimeoutMillispublic boolean perform(InputInjector injector, UiElement element)
EventActionperform in class EventActioninjector - the injector to inject InputEventselement - the UiElement to perform the action on