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 DownloadEventNotifierImpl.BaseDownloadListener
listeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddownloadAdded(Download download) voiddownloadRemoved(Download download) voiddownloadWillBeRemoved(Download download) Methods inherited from class DownloadEventNotifierImpl.BaseDownloadListener
addListener, removeListener
-
Constructor Details
-
DownloadWillBeRemovedNotifier
public DownloadWillBeRemovedNotifier()
-
-
Method Details
-
downloadAdded
- Specified by:
downloadAddedin interfaceDownloadManagerListener
-
downloadRemoved
- Specified by:
downloadRemovedin interfaceDownloadManagerListener
-
downloadWillBeRemoved
- Specified by:
downloadWillBeRemovedin interfaceDownloadWillBeRemovedListener- Throws:
DownloadRemovalVetoException
-