Uses of Interface
com.biglybt.core.download.DownloadManagerDiskListener
-
Packages that use DownloadManagerDiskListener Package Description com.biglybt.core.download com.biglybt.core.download.impl com.biglybt.ui.swt -
-
Uses of DownloadManagerDiskListener in com.biglybt.core.download
Methods in com.biglybt.core.download with parameters of type DownloadManagerDiskListener Modifier and Type Method Description void
DownloadManager. addDiskListener(DownloadManagerDiskListener listener)
void
DownloadManager. removeDiskListener(DownloadManagerDiskListener listener)
-
Uses of DownloadManagerDiskListener in com.biglybt.core.download.impl
Methods in com.biglybt.core.download.impl with parameters of type DownloadManagerDiskListener Modifier and Type Method Description void
DownloadManagerController. addDiskListener(DownloadManagerDiskListener listener)
void
DownloadManagerImpl. addDiskListener(DownloadManagerDiskListener listener)
void
DownloadManagerController. removeDiskListener(DownloadManagerDiskListener listener)
void
DownloadManagerImpl. removeDiskListener(DownloadManagerDiskListener listener)
-
Uses of DownloadManagerDiskListener in com.biglybt.ui.swt
Fields in com.biglybt.ui.swt declared as DownloadManagerDiskListener Modifier and Type Field Description private DownloadManagerDiskListener
UserAlerts. dm_disk_listener
-