Interface DownloadManagerStateAttributeListener
- All Known Implementing Classes:
DownloadImpl, PrivacyView, RankCalculatorReal, StartStopRulesDefaultPlugin.StartStopDownloadStateAttributeListener, TorrentOptionsView.DMWrapper
public interface DownloadManagerStateAttributeListener
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault booleanReturn true if all write attempts should be informed, even if they result in no change to the value It is essential that the method always returns the same valuevoidattributeEventOccurred(DownloadManager download, String attribute, int event_type)
-
Field Details
-
WRITTEN
static final int WRITTEN- See Also:
-
WILL_BE_READ
static final int WILL_BE_READ- See Also:
-
-
Method Details
-
attributeEventOccurred
-
alwaysInform
default boolean alwaysInform()Return true if all write attempts should be informed, even if they result in no change to the value It is essential that the method always returns the same value- Returns:
-