com.amazon.android.webkit.AmazonFindListener |
The AmazonFindListener class is intended to be functionally equivalent to
to the WebView.FindListener
class. See
WebView.FindListener
for usage.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The onFindResultReceived() method notifies the listener on find progress,
and is intended to be functionally equivalent to the
onFindResultReceived(int, int, boolean)
method. |
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.