| android.app.UiAutomation.OnAccessibilityEventListener |
Listener for observing the
AccessibilityEvent
stream.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Callback for receiving an
AccessibilityEvent
.
|
||||||||||
Callback for receiving an
AccessibilityEvent
.
Note: This method is NOT executed on the main test thread. The client is responsible for proper synchronization.
Note: It is responsibility of the client to recycle the received events to minimize object creation.
| event | The received event. |
|---|