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