public final class DownloadEvent
extends java.lang.Object
| Constructor and Description |
|---|
DownloadEvent(DownloadItem item)
Constructs a new
DownloadEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
DownloadItem |
getDownloadItem()
Returns the download instance which causes this event.
返回导致此事件的下载实例。 |
public DownloadEvent(DownloadItem item)
DownloadEvent instance.
item - the download instance which causes this event.
-导致此事件的下载实例。
public DownloadItem getDownloadItem()