- command
- The command to execute.
- filter
- Filter that recognizes the expected event.
- timeoutMillis
- The wait timeout in milliseconds.
Documentation for this section has not yet been entered.
Type Reason Java.Util.Concurrent.TimeoutException If the expected event is not received within the timeout.
Executes a command and waits for a specific accessibility event up to a given wait timeout. To detect a sequence of events one can implement a filter that keeps track of seen events of the expected sequence and returns true after the last event of that sequence is received.
Note: It is caller's responsibility to recycle the returned event.