Package-level declarations

The download activity events.

The download activity events.

Types

Link copied to clipboard
public interface DownloadCanceled implements DownloadEvent
public interface DownloadCanceled implements DownloadEvent
An event indicating that the download has been canceled.
Link copied to clipboard
public interface DownloadEvent implements Event
public interface DownloadEvent implements Event
An interface that all download events must extend.
Link copied to clipboard
public interface DownloadFinished implements DownloadEvent
public interface DownloadFinished implements DownloadEvent
An event indicating that the download has been finished.
Link copied to clipboard
public interface DownloadInterrupted implements DownloadEvent
public interface DownloadInterrupted implements DownloadEvent
An event indicating that the download has been interrupted.
Link copied to clipboard
public interface DownloadPaused implements DownloadEvent
public interface DownloadPaused implements DownloadEvent
An event indicating that the download has been paused.
Link copied to clipboard
public interface DownloadUpdated implements DownloadEvent
public interface DownloadUpdated implements DownloadEvent
An event indicating that the download has been updated.