android.webkit
Interface WebView.FindListener

Enclosing class:
WebView

public static interface WebView.FindListener


Method Summary
 void onFindResultReceived(int numberOfMatches, int activeMatchOrdinal, boolean isDoneCounting)
           
 

Method Detail

onFindResultReceived

void onFindResultReceived(int numberOfMatches,
                          int activeMatchOrdinal,
                          boolean isDoneCounting)


Copyright © 2008-2012. All Rights Reserved.