# Print output for @column tags ?> MessageQueue.IdleHandler - Android SDK | Android Developers

Most visited


Recently visited


MessageQueue.IdleHandler

public static interface MessageQueue.IdleHandler

android.os.MessageQueue.IdleHandler


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

Summary


Public methods

abstract boolean queueIdle()

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

Public methods


queueIdle

public abstract 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.

Returns
boolean

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.