refactor CompleteListener out of Snark.java

This commit is contained in:
zzz
2012-10-21 02:34:46 +00:00
parent 58fd2dddf8
commit 983537b0fd
3 changed files with 56 additions and 29 deletions

View File

@ -42,7 +42,7 @@ import org.klomp.snark.dht.DHT;
/**
* Manage multiple snarks
*/
public class SnarkManager implements Snark.CompleteListener {
public class SnarkManager implements CompleteListener {
/**
* Map of (canonical) filename of the .torrent file to Snark instance.