Package com.biglybt.core.torrent
Interface TOTorrentListener
-
- All Known Implementing Classes:
AllTrackersManagerImpl
,TagPropertyTrackerHandler
public interface TOTorrentListener
-
-
Field Summary
Fields Modifier and Type Field Description static int
CT_ANNOUNCE_URLS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
torrentChanged(TOTorrent torrent, int change_type)
-
-
-
Field Detail
-
CT_ANNOUNCE_URLS
static final int CT_ANNOUNCE_URLS
- See Also:
- Constant Field Values
-
-
Method Detail
-
torrentChanged
void torrentChanged(TOTorrent torrent, int change_type)
-
-