Class DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier
- java.lang.Object
-
- com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
-
- com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier
-
- All Implemented Interfaces:
DownloadManagerListener
,DownloadWillBeRemovedListener
- Enclosing class:
- DownloadEventNotifierImpl
public class DownloadEventNotifierImpl.DownloadWillBeRemovedNotifier extends DownloadEventNotifierImpl.BaseDownloadListener implements DownloadWillBeRemovedListener
-
-
Field Summary
-
Fields inherited from class com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
listeners
-
-
Constructor Summary
Constructors Constructor Description DownloadWillBeRemovedNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
downloadAdded(Download download)
void
downloadRemoved(Download download)
void
downloadWillBeRemoved(Download download)
-
Methods inherited from class com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
addListener, removeListener
-
-
-
-
Method Detail
-
downloadAdded
public void downloadAdded(Download download)
- Specified by:
downloadAdded
in interfaceDownloadManagerListener
-
downloadRemoved
public void downloadRemoved(Download download)
- Specified by:
downloadRemoved
in interfaceDownloadManagerListener
-
downloadWillBeRemoved
public void downloadWillBeRemoved(Download download) throws DownloadRemovalVetoException
- Specified by:
downloadWillBeRemoved
in interfaceDownloadWillBeRemovedListener
- Throws:
DownloadRemovalVetoException
-
-