Package com.biglybt.core.tag
Interface TagFeatureExecOnAssign.OptionsTemplateHandler
-
- All Superinterfaces:
DownloadManagerOptionsHandler
- Enclosing interface:
- TagFeatureExecOnAssign
public static interface TagFeatureExecOnAssign.OptionsTemplateHandler extends DownloadManagerOptionsHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.biglybt.core.download.DownloadManagerOptionsHandler
DownloadManagerOptionsHandler.ParameterChangeListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
applyTo(DownloadManager dm)
boolean
isActive()
-
Methods inherited from interface com.biglybt.core.download.DownloadManagerOptionsHandler
addListener, getBooleanParameter, getDownloadManager, getDownloadRateLimitBytesPerSecond, getIntParameter, getName, getUploadRateLimitBytesPerSecond, removeListener, setBooleanParameter, setDownloadRateLimitBytesPerSecond, setIntParameter, setParameterDefault, setUploadRateLimitBytesPerSecond
-
-
-
-
Method Detail
-
isActive
boolean isActive()
-
applyTo
void applyTo(DownloadManager dm)
-
-