| Package | Description |
|---|---|
| com.teamdev.jxbrowser.download |
This package provides the classes that allow you to manage downloads.
|
| com.teamdev.jxbrowser.download.callback |
The download service callbacks.
|
| com.teamdev.jxbrowser.download.event |
The download activity events.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Download> |
Downloads.list()
Returns an immutable list of all downloads including already completed downloads during this
application session and the active downloads.
|
| Modifier and Type | Method and Description |
|---|---|
default Download |
StartDownloadCallback.Params.download()
Returns the
DownloadProcess instance that is about to start. |
| Modifier and Type | Method and Description |
|---|---|
default Download |
DownloadCanceled.download() |
Download |
DownloadEvent.download()
Returns the
Download instance initiated this event. |
default Download |
DownloadFinished.download() |
default Download |
DownloadInterrupted.download() |
default Download |
DownloadPaused.download() |
default Download |
DownloadUpdated.download() |