Package com.biglybt.pif.tracker
Interface TrackerListener
-
public interface TrackerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
torrentAdded(TrackerTorrent torrent)
void
torrentChanged(TrackerTorrent torrent)
void
torrentRemoved(TrackerTorrent torrent)
-
-
-
Method Detail
-
torrentAdded
void torrentAdded(TrackerTorrent torrent)
-
torrentChanged
void torrentChanged(TrackerTorrent torrent)
-
torrentRemoved
void torrentRemoved(TrackerTorrent torrent)
-
-