FileDocCategorySizeDatePackage
TOTorrentCreatorImpl.javaAPI DocAzureus 3.0.3.41667Thu Feb 09 19:43:06 GMT 2006org.gudy.azureus2.core3.torrent.impl

TOTorrentCreatorImpl

public class TOTorrentCreatorImpl extends Object implements TOTorrentCreator
author
parg

Fields Summary
private TOTorrentCreateImpl
torrent
Constructors Summary
protected TOTorrentCreatorImpl(TOTorrentCreateImpl _torrent)

		torrent	= _torrent;
	
Methods Summary
public voidaddListener(TOTorrentProgressListener listener)

		torrent.addListener( listener );
	
public voidcancel()

		torrent.cancel();
	
public TOTorrentcreate()

		torrent.create();
		
		return( torrent );
	
public voidremoveListener(TOTorrentProgressListener listener)

		torrent.removeListener( listener );