/**@class android.webkit.WebIconDatabase.IconListener
 Interface for receiving icons from the database.
 @deprecated This interface is obsolete.
*/
var IconListener = {

/**Called when the icon has been retrieved from the database and the
 result is non-null.
@param {String} url The url passed in the request.
@param {Object {Bitmap}} icon The favicon for the given url.
*/
onReceivedIcon : function(  ) {},


};