Interface StartDownloadCallback.Params
- Enclosing interface:
- StartDownloadCallback
public static interface StartDownloadCallback.Params
The parameters of the
StartDownloadCallback
.-
Method Summary
Modifier and TypeMethodDescriptiondefault Download
download()
Returns theDownloadProcess
instance that is about to start.frame()
Returns anOptional
that contains theFrame
instance initiated this download or an emptyOptional
if the instance initiated this download was closed and not available anymore.
-
Method Details
-
download
Returns theDownloadProcess
instance that is about to start. -
frame
Returns anOptional
that contains theFrame
instance initiated this download or an emptyOptional
if the instance initiated this download was closed and not available anymore.If this download was initiated by clicking the Download button in the PDF Viewer loaded in the main frame or an IFRAME, then this method returns an
Optional
that contains the instance of the mainFrame
.- Since:
- 7.2
-