android.widget
Interface SearchView.OnQueryTextListener

Enclosing class:
SearchView

public static interface SearchView.OnQueryTextListener


Method Summary
 boolean onQueryTextChange(String newText)
           
 boolean onQueryTextSubmit(String query)
           
 

Method Detail

onQueryTextSubmit

boolean onQueryTextSubmit(String query)

onQueryTextChange

boolean onQueryTextChange(String newText)


Copyright © 2008-2012. All Rights Reserved.