public interface Downloads extends EngineService, Advisable<DownloadsCallback>
Modifier and Type | Method and Description |
---|---|
java.util.List<Download> |
list()
Returns an immutable list of all downloads including already completed downloads during this
application session and the active downloads.
|
java.util.List<Download> list()
java.lang.IllegalStateException
- if the engine is closed