org.gudy.azureus2.ui.swt.maketorrent
Class ProgressPanel
java.lang.Object
org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel<NewTorrentWizard>
org.gudy.azureus2.ui.swt.maketorrent.ProgressPanel
- All Implemented Interfaces:
- TOTorrentProgressListener, IWizardPanel<NewTorrentWizard>
public class ProgressPanel
- extends AbstractWizardPanel<NewTorrentWizard>
- implements TOTorrentProgressListener
- Author:
- Olivier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressPanel
public ProgressPanel(NewTorrentWizard wizard,
IWizardPanel<NewTorrentWizard> _previousPanel)
show
public void show()
- Specified by:
show in interface IWizardPanel<NewTorrentWizard>
finish
public void finish()
- Specified by:
finish in interface IWizardPanel<NewTorrentWizard>- Overrides:
finish in class AbstractWizardPanel<NewTorrentWizard>
makeTorrent
public void makeTorrent()
reportCurrentTask
public void reportCurrentTask(String task_description)
- Specified by:
reportCurrentTask in interface TOTorrentProgressListener
reportProgress
public void reportProgress(int percent_complete)
- Specified by:
reportProgress in interface TOTorrentProgressListener