public static interface BackgroundTaskMultipleDownload.FetchDownloadsTask
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Download> |
fetchDownloads()
A task, which is executed during the startDownload()-method of BackgroundTaskMultipleDownload.
|
Collection<? extends Download> fetchDownloads() throws Exception
Note: Do not forget to close, eventually opened, system resources e.g. FileOutputStream. This can be done with a try-finally block.
Exception - the Exceptions will be caught by BackgroundTaskMultipleDownloadCopyright © 2012–2026 cismet GmbH. All rights reserved.