Interface DownloadEvent

All Superinterfaces:
Event
All Known Subinterfaces:
DownloadCanceled, DownloadFinished, DownloadInterrupted, DownloadPaused, DownloadUpdated

public interface DownloadEvent extends Event
An interface that all download events must extend.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Download instance initiated this event.
  • Method Details

    • download

      Download download()
      Returns the Download instance initiated this event.