Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

UiAutomation.OnAccessibilityEventListener

android.app.UiAutomation.OnAccessibilityEventListener

Class Overview

Listener for observing the AccessibilityEvent stream.

Summary

Public Methods
abstract void onAccessibilityEvent ( AccessibilityEvent event)
Callback for receiving an AccessibilityEvent .

Public Methods

public abstract void onAccessibilityEvent ( AccessibilityEvent event)

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.

Parameters
event The received event.