# Print output for @column tags ?>
public
static
interface
SearchManager.OnCancelListener
| android.app.SearchManager.OnCancelListener |
See SearchManager#setOnCancelListener for configuring your activity to monitor
search UI state.
Public methods | |
|---|---|
abstract
void
|
onCancel()
This method will be called when the search UI is canceled. |
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.