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