Package com.biglybt.core.download
Interface DownloadManagerStateAttributeListener
-
- All Known Implementing Classes:
DownloadImpl
,FilesView
,PrivacyView
,RankCalculatorReal
,StartStopRulesDefaultPlugin.StartStopDownloadStateAttributeListener
,TorrentOptionsView.DMWrapper
public interface DownloadManagerStateAttributeListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
WILL_BE_READ
static int
WRITTEN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
attributeEventOccurred(DownloadManager download, java.lang.String attribute, int event_type)
-
-
-
Field Detail
-
WRITTEN
static final int WRITTEN
- See Also:
- Constant Field Values
-
WILL_BE_READ
static final int WILL_BE_READ
- See Also:
- Constant Field Values
-
-
Method Detail
-
attributeEventOccurred
void attributeEventOccurred(DownloadManager download, java.lang.String attribute, int event_type)
-
-