Class StartStopRulesDefaultPlugin.StartStopDownloadActivationListener
- java.lang.Object
-
- com.biglybt.plugin.startstoprules.defaultplugin.StartStopRulesDefaultPlugin.StartStopDownloadActivationListener
-
- All Implemented Interfaces:
DownloadActivationListener
- Enclosing class:
- StartStopRulesDefaultPlugin
private class StartStopRulesDefaultPlugin.StartStopDownloadActivationListener extends java.lang.Object implements DownloadActivationListener
-
-
Constructor Summary
Constructors Modifier Constructor Description private
StartStopDownloadActivationListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
activationRequested(DownloadActivationEvent event)
A request has been made to activate the download.
-
-
-
Method Detail
-
activationRequested
public boolean activationRequested(DownloadActivationEvent event)
Description copied from interface:DownloadActivationListener
A request has been made to activate the download. Not this is only fired on an increase in the activation request count, not on a decrease. To get a current snapshot of this use the method getActivationState in Download- Specified by:
activationRequested
in interfaceDownloadActivationListener
- Returns:
- return true if the download will be activated, false otherwise
-
-