public class BackgroundTaskDownload
extends de.cismet.tools.gui.downloadmanager.AbstractCancellableDownload
File, which can be used, is provided by BackgroundTaskDownload.
Note 1: the download task will not run in the EDT.
Note 2: this download is not at all specialized and more specialized downloads for certain tasks may exists. E.g.
JasperReportDownload
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackgroundTaskDownload.DownloadTask
DOCUMENT ME!
|
| Constructor and Description |
|---|
BackgroundTaskDownload(BackgroundTaskDownload.DownloadTask downloadTask,
String title,
String directory,
String filename,
String extension)
Creates a new RunnableDownload object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
compareTo, determineDestinationFile, equals, error, getCaughtException, getDownloadsCompleted, getDownloadsErroneous, getDownloadsTotal, getExceptionPanel, getFileToSaveTo, getStatus, getTitle, hashCode, setParallelDownloads, startDownload, stateChanged, titleChangedaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic BackgroundTaskDownload(BackgroundTaskDownload.DownloadTask downloadTask, String title, String directory, String filename, String extension)
downloadTask - DOCUMENT ME!title - DOCUMENT ME!directory - DOCUMENT ME!filename - DOCUMENT ME!extension - DOCUMENT ME!Copyright © 2012–2025 cismet GmbH. All rights reserved.