Interface | Description |
---|---|
DownloadsAsyncCallback<P,R extends AsyncCallbackAction> |
A common interface that all asynchronous download service callbacks must implement.
|
DownloadsCallback |
A common interface that all download service callbacks must implement.
|
StartDownloadCallback |
The callback that is invoked when the browser is about to start downloading the file.
|
StartDownloadCallback.Params |
The parameters of the
StartDownloadCallback . |
Class | Description |
---|---|
StartDownloadCallback.Action |
An action providing a response to the
StartDownloadCallback . |