to top
Android APIs
protected class

AsyncQueryHandler.WorkerHandler

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

Summary

Public Constructors

? Examples
AsyncQueryHandler.WorkerHandler( Looper looper)
Public Methods

? Examples
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.

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.