Interface TorrentOpenOptions.FileListener

All Known Subinterfaces:
TorrentOpenOptions.ParentDirChangedListener
Enclosing class:
TorrentOpenOptions

public static interface TorrentOpenOptions.FileListener
  • Method Details

    • toDownloadChanged

      void toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload)
    • priorityChanged

      void priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority)
    • parentDirChanged

      void parentDirChanged()
    • initialTagsChanged

      void initialTagsChanged()
    • startOptionsChanged

      default void startOptionsChanged()