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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
downloadAdded
(Download download) void
downloadRemoved
(Download download) void
downloadWillBeRemoved
(Download download) Methods inherited from class com.biglybt.pifimpl.local.download.DownloadEventNotifierImpl.BaseDownloadListener
addListener, removeListener
-
Constructor Details
-
DownloadWillBeRemovedNotifier
public DownloadWillBeRemovedNotifier()
-
-
Method Details
-
downloadAdded
- Specified by:
downloadAdded
in interfaceDownloadManagerListener
-
downloadRemoved
- Specified by:
downloadRemoved
in interfaceDownloadManagerListener
-
downloadWillBeRemoved
- Specified by:
downloadWillBeRemoved
in interfaceDownloadWillBeRemovedListener
- Throws:
DownloadRemovalVetoException
-