public class BackgroundTaskMultipleDownload extends MultipleDownload
Note: the FetchDownloadsTask will not run in the EDT.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackgroundTaskMultipleDownload.FetchDownloadsTask
DOCUMENT ME!
|
Download.State| Constructor and Description |
|---|
BackgroundTaskMultipleDownload(Collection<? extends Download> downloads,
String title,
BackgroundTaskMultipleDownload.FetchDownloadsTask fetchDownloadsTask)
Creates a new BackgroundTaskMultipleDownload object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Exception |
getCaughtException()
Returns the exception occurred while running this download.
|
int |
hashCode() |
void |
startDownload()
Notifies the download that it should start.
|
getDownloads, getDownloadsCompleted, getDownloadsErroneous, getDownloadsTotal, getExceptionPanel, getFileToSaveTo, getStatus, getTitle, setStatus, updateaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddObserver, deleteObserver, getProgresspublic BackgroundTaskMultipleDownload(Collection<? extends Download> downloads, String title, BackgroundTaskMultipleDownload.FetchDownloadsTask fetchDownloadsTask)
downloads - DOCUMENT ME!title - DOCUMENT ME!fetchDownloadsTask - DOCUMENT ME!public void startDownload()
DownloadstartDownload in interface DownloadstartDownload in class MultipleDownloadpublic Exception getCaughtException()
DownloadShould be changed in future releases to Map
getCaughtException in interface DownloadgetCaughtException in class MultipleDownloadpublic int hashCode()
hashCode in class MultipleDownloadpublic boolean equals(Object obj)
equals in class MultipleDownloadCopyright © 2012–2026 cismet GmbH. All rights reserved.