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
protected class

AsyncQueryHandler.WorkerHandler

extends Handler
java.lang.Object
   ↳ android.os.Handler
     ↳ android.content.AsyncQueryHandler.WorkerHandler

Summary

Public Constructors
AsyncQueryHandler.WorkerHandler ( Looper looper)
Public Methods
void handleMessage ( Message msg)
Subclasses must implement this to receive messages.
[Expand]
Inherited Methods
From class android.os.Handler
From class java.lang.Object

Public Constructors

public AsyncQueryHandler.WorkerHandler ( Looper looper)

Added in API level 1

Public Methods

public void handleMessage ( Message msg)

Added in API level 1

Subclasses must implement this to receive messages.