English | Site Directory

Android - An Open Handset Alliance Project

android.os
public static interface

android.os.MessageQueue.IdleHandler

android.os.MessageQueue.IdleHandler

Callback interface for discovering when a thread is going to block waiting for more messages.

Summary

Public Methods

        boolean  queueIdle()
Called when the message queue has run out of messages and will now wait for more.

Details

Public Methods

public boolean queueIdle()

Called when the message queue has run out of messages and will now wait for more. Return true to keep your idle handler active, false to have it removed. This may be called if there are still messages pending in the queue, but they are all scheduled to be dispatched after the current time.
Build m5-rc15g - 14 May 2008 12:50