Class TorrentDownloaderManager.Callback
- java.lang.Object
-
- com.biglybt.core.torrentdownloader.impl.TorrentDownloaderManager.Callback
-
- All Implemented Interfaces:
TorrentDownloaderCallBackInterface
- Enclosing class:
- TorrentDownloaderManager
public class TorrentDownloaderManager.Callback extends java.lang.Object implements TorrentDownloaderCallBackInterface
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
downloaddir
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
TorrentDownloaderEvent(int state, TorrentDownloader inf)
-
-
-
Method Detail
-
TorrentDownloaderEvent
public void TorrentDownloaderEvent(int state, TorrentDownloader inf)
- Specified by:
TorrentDownloaderEvent
in interfaceTorrentDownloaderCallBackInterface
-
-