Android
android.webkit
public static interface

android.webkit.WebIconDatabase.IconListener

android.webkit.WebIconDatabase.IconListener

Interface for receiving icons from the database.

Summary

Public Methods

          void  onReceivedIcon(String url, Bitmap icon)
Called when the icon has been retrieved from the database and the result is non-null.

Details

Public Methods

public void onReceivedIcon(String url, Bitmap icon)

Called when the icon has been retrieved from the database and the result is non-null.

Parameters

url The url passed in the request.
icon The favicon for the given url.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48