org.gudy.azureus2.plugins.torrent
Interface TorrentCreator


public interface TorrentCreator


Method Summary
 void addListener(TorrentCreatorListener listener)
           
 void cancel()
           
 void removeListener(TorrentCreatorListener listener)
           
 void start()
           
 

Method Detail

start

void start()

cancel

void cancel()

addListener

void addListener(TorrentCreatorListener listener)

removeListener

void removeListener(TorrentCreatorListener listener)