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

AutoCompleteTextView.OnDismissListener

android.widget.AutoCompleteTextView.OnDismissListener

Class Overview

Listener to respond to the AutoCompleteTextView's completion list being dismissed.

Summary

Public Methods
abstract void onDismiss ()
This method will be invoked whenever the AutoCompleteTextView's list of completion options has been dismissed and is no longer available for user interaction.

Public Methods

public abstract void onDismiss ()

This method will be invoked whenever the AutoCompleteTextView's list of completion options has been dismissed and is no longer available for user interaction.