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