mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1245580 - Post: document that OnFaviconLoadedListener runs on the UI thread r=liuche
MozReview-Commit-ID: HcsTHl8ttUQ
This commit is contained in:
parent
aaf005f02c
commit
33bea3e9a1
@ -10,5 +10,8 @@ import android.graphics.Bitmap;
|
||||
* Interface to be implemented by objects wishing to listen for favicon load completion events.
|
||||
*/
|
||||
public interface OnFaviconLoadedListener {
|
||||
/**
|
||||
* Called when favicon loading is complete. This will be run on the UI thread.
|
||||
*/
|
||||
void onFaviconLoaded(String url, String faviconURL, Bitmap favicon);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user