Package com.biglybt.core.torrent.impl
Interface TorrentOpenOptions.FileListener
-
- All Known Subinterfaces:
TorrentOpenOptions.ParentDirChangedListener
- Enclosing class:
- TorrentOpenOptions
public static interface TorrentOpenOptions.FileListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description void
initialTagsChanged()
void
parentDirChanged()
void
priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority)
default void
startOptionsChanged()
void
toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload)
-
-
-
Method Detail
-
toDownloadChanged
void toDownloadChanged(TorrentOpenFileOptions torrentOpenFileOptions, boolean toDownload)
-
priorityChanged
void priorityChanged(TorrentOpenFileOptions torrentOpenFileOptions, int priority)
-
parentDirChanged
void parentDirChanged()
-
initialTagsChanged
void initialTagsChanged()
-
startOptionsChanged
default void startOptionsChanged()
-
-