Interface DownloadManagerStateAttributeListener

All Known Implementing Classes:
DownloadImpl, PrivacyView, RankCalculatorReal, StartStopRulesDefaultPlugin.StartStopDownloadStateAttributeListener, TorrentOptionsView.DMWrapper

public interface DownloadManagerStateAttributeListener
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    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
    void
    attributeEventOccurred(DownloadManager download, String attribute, int event_type)
     
  • Field Details

  • Method Details

    • attributeEventOccurred

      void attributeEventOccurred(DownloadManager download, String attribute, int event_type)
    • 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: