Class StartStopRulesDefaultPlugin.StartStopDMListener
java.lang.Object
com.biglybt.plugin.startstoprules.defaultplugin.StartStopRulesDefaultPlugin.StartStopDMListener
- All Implemented Interfaces:
DownloadManagerListener
- Enclosing class:
- StartStopRulesDefaultPlugin
private class StartStopRulesDefaultPlugin.StartStopDMListener
extends Object
implements DownloadManagerListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate DownloadActivationListener
private DownloadListener
private DownloadTrackerListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
downloadAdded
(Download download) void
downloadRemoved
(Download download)
-
Field Details
-
download_tracker_listener
-
download_listener
-
download_activation_listener
-
download_state_attribute_listener
private StartStopRulesDefaultPlugin.StartStopDownloadStateAttributeListener download_state_attribute_listener
-
-
Constructor Details
-
StartStopDMListener
public StartStopDMListener()
-
-
Method Details
-
downloadAdded
- Specified by:
downloadAdded
in interfaceDownloadManagerListener
-
downloadRemoved
- Specified by:
downloadRemoved
in interfaceDownloadManagerListener
-