Interface DownloadSourceListener
-
- All Known Implementing Classes:
DownloadDialog.DownloadSourceTabs
interface DownloadSourceListener
Listener to get notified about changes in the list of download sources.- Since:
- 12878
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddownloadSourceAdded(DownloadSource<?> source)Called when a download source has been added.
-
-
-
Method Detail
-
downloadSourceAdded
void downloadSourceAdded(DownloadSource<?> source)
Called when a download source has been added.- Parameters:
source- the new added download source.
-
-