org.gudy.azureus2.plugins.tracker
Interface TrackerListener


public interface TrackerListener

Author:
parg

Method Summary
 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)