nsIDownloadObserver

Please add a summary to this article.
Inherits from: nsISupports Last changed in Gecko 1.7

Method overview

void onDownloadComplete(in nsIDownloader downloader, in nsIRequest request, in nsISupports ctxt, in nsresult status, in nsIFile result);

Methods

onDownloadComplete()

Called to signal a download that has completed.

void onDownloadComplete(
  in nsIDownloader downloader,
  in nsIRequest request,
  in nsISupports ctxt,
  in nsresult status,
  in nsIFile result
);
Parameters
downloader
request
ctxt
status
result