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

InputQueue.Callback

android.view.InputQueue.Callback
Known Indirect Subclasses

Class Overview

Interface to receive notification of when an InputQueue is associated and dissociated with a thread.

Summary

Public Methods
abstract void onInputQueueCreated ( InputQueue queue)
Called when the given InputQueue is now associated with the thread making this call, so it can start receiving events from it.
abstract void onInputQueueDestroyed ( InputQueue queue)
Called when the given InputQueue is no longer associated with the thread and thus not dispatching events.

Public Methods

public abstract void onInputQueueCreated ( InputQueue queue)

Added in API level 9

Called when the given InputQueue is now associated with the thread making this call, so it can start receiving events from it.

public abstract void onInputQueueDestroyed ( InputQueue queue)

Added in API level 9

Called when the given InputQueue is no longer associated with the thread and thus not dispatching events.