to top
Android APIs
Added in API level 17
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

? Examples
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 ()

Added in API level 17

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

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.