public interface DownloadInterrupted extends DownloadEvent
Modifier and Type | Method and Description |
---|---|
default Download |
download()
Returns the
Download instance initiated this event. |
default DownloadInterruptReason |
reason()
Returns the interrupt reason of this download.
|
default Download download()
DownloadEvent
Download
instance initiated this event.download
in interface DownloadEvent
default DownloadInterruptReason reason()