# Print output for @column tags ?> SearchManager.OnCancelListener - Android SDK | Android Developers

Most visited

Recently visited

SearchManager.OnCancelListener

public static interface SearchManager.OnCancelListener

android.app.SearchManager.OnCancelListener


See SearchManager#setOnCancelListener for configuring your activity to monitor search UI state.

Summary

Public methods

abstract void onCancel()

This method will be called when the search UI is canceled.

Public methods

onCancel

public abstract void onCancel ()

This method will be called when the search UI is canceled. To make use if it, you must implement this method in your activity, and call SearchManager#setOnCancelListener to register it.