public class DownloadEventFactory
extends java.lang.Object
| 构造器和说明 |
|---|
DownloadEventFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DownloadEvent |
completed(DownloadStatus status) |
static DownloadEvent |
createEvent(int flag,
DownloadStatus status) |
static DownloadEvent |
failed(DownloadStatus status,
java.lang.Throwable throwable) |
static DownloadEvent |
normal(DownloadStatus status) |
static DownloadEvent |
paused(DownloadStatus status) |
static DownloadEvent |
started(DownloadStatus status) |
static DownloadEvent |
waiting(DownloadStatus status) |
public static DownloadEvent normal(DownloadStatus status)
public static DownloadEvent waiting(DownloadStatus status)
public static DownloadEvent started(DownloadStatus status)
public static DownloadEvent paused(DownloadStatus status)
public static DownloadEvent completed(DownloadStatus status)
public static DownloadEvent failed(DownloadStatus status, java.lang.Throwable throwable)
public static DownloadEvent createEvent(int flag, DownloadStatus status)