public static interface SearchView.OnQueryTextListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onQueryTextChange(String newText)
Called when the query text is changed by the user.
|
boolean |
onQueryTextSubmit(String query)
Called when the user submits the query.
|
boolean onQueryTextSubmit(String query)
query - the query text that is to be submittedboolean onQueryTextChange(String newText)
newText - the new content of the query text field.Copyright © 2012-2013. All Rights Reserved.