# Print output for @column tags ?> AutoCompleteTextView.OnDismissListener - Android SDK | Android Developers

Most visited

Recently visited

AutoCompleteTextView.OnDismissListener

public static interface AutoCompleteTextView.OnDismissListener

android.widget.AutoCompleteTextView.OnDismissListener


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

See also:

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

onDismiss

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.