public static interface StartDownloadCallback.Params
StartDownloadCallback.| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<Browser> |
browser()
Returns an
Optional that contains the Browser instance initiated this
download or an empty Optional if the Browser instance initiated this download was
closed and not available anymore. |
default Download |
download()
Returns the
DownloadProcess instance that is about to start. |
default Download download()
DownloadProcess instance that is about to start.default java.util.Optional<Browser> browser()
Optional that contains the Browser instance initiated this
download or an empty Optional if the Browser instance initiated this download was
closed and not available anymore.