Interface StartDownloadCallback

All Superinterfaces:
AsyncCallback<StartDownloadCallback.Params,StartDownloadCallback.Action>, BrowserAsyncCallback<StartDownloadCallback.Params,StartDownloadCallback.Action>, BrowserCallback, Callback
All Known Implementing Classes:
DefaultStartDownloadCallback, DefaultStartDownloadCallback, DefaultStartDownloadCallback

The callback that is invoked when the browser is about to start downloading the file.

The StartDownloadCallback.Params contain all information about the file which is about to be downloaded.

Use the StartDownloadCallback.Action.download(Path) method to download this file into the particular directory.

Use the StartDownloadCallback.Action.cancel() method to suppress file download.

Since:
7.8