public class DownloadSourceAddedEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
private DownloadSource<?> |
downloadSource |
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
DownloadSourceAddedEvent(Object source,
DownloadSource<?> downloadSource)
Constructs a new
DownloadSourceAddedEvent. |
| Modifier and Type | Method and Description |
|---|---|
DownloadSource<?> |
getDownloadSource()
Returns the added download source.
|
getSource, toStringprivate static final long serialVersionUID
private final DownloadSource<?> downloadSource
public DownloadSourceAddedEvent(Object source, DownloadSource<?> downloadSource)
DownloadSourceAddedEvent.source - object on which the Event initially occurreddownloadSource - new download sourcepublic DownloadSource<?> getDownloadSource()