| Package | Description |
|---|---|
| de.cismet.tools.gui.downloadmanager |
| Modifier and Type | Field and Description |
|---|---|
protected Download.State |
AbstractDownload.status |
| Modifier and Type | Method and Description |
|---|---|
Download.State |
Download.getStatus()
Returns the current state of the download.
|
Download.State |
MultipleDownload.getStatus() |
Download.State |
AbstractDownload.getStatus()
Returns the status of this download.
|
static Download.State |
Download.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Download.State[] |
Download.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultipleDownload.setStatus(Download.State status)
Set the status of the download and notify the observers about that change.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.