Interface DownloadManagerInitialisationAdapter

All Known Implementing Classes:
DownloadManagerImpl

public interface DownloadManagerInitialisationAdapter
  • Field Summary

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

    Modifier and Type
    Method
    Description
    int
    Unfortuately order can be important when firing off initialisation adapters, in particular if one listener assigns tags to a download it needs to do this before any other listeners that might process a download's tags
    void
    initialised(DownloadManager manager, boolean for_seeding)
     
  • Field Details

  • Method Details

    • initialised

      void initialised(DownloadManager manager, boolean for_seeding)
    • getActions

      int getActions()
      Unfortuately order can be important when firing off initialisation adapters, in particular if one listener assigns tags to a download it needs to do this before any other listeners that might process a download's tags
      Returns: