Interface DownloadInterrupted
- All Superinterfaces:
DownloadEvent
,Event
An event indicating that the download has been interrupted.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Download
download()
Returns theDownload
instance initiated this event.default DownloadInterruptReason
reason()
Returns the interrupt reason of this download.
-
Method Details
-
download
Description copied from interface:DownloadEvent
Returns theDownload
instance initiated this event.- Specified by:
download
in interfaceDownloadEvent
-
reason
Returns the interrupt reason of this download.
-