public interface

AmazonFindListener

com.amazon.android.webkit.AmazonFindListener

Class Overview

The AmazonFindListener class is intended to be functionally equivalent to to the WebView.FindListener class. See WebView.FindListener for usage.

Summary

Public Methods
abstract void onFindResultReceived(int numberOfMatches, int activeMatchOrdinal, boolean isDoneCounting)
The onFindResultReceived() method notifies the listener on find progress, and is intended to be functionally equivalent to the onFindResultReceived(int, int, boolean) method.

Public Methods

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

The onFindResultReceived() method notifies the listener on find progress, and is intended to be functionally equivalent to the onFindResultReceived(int, int, boolean) method. See onFindResultReceived(int, int, boolean) for usage.