org.gudy.azureus2.ui.swt.maketorrent
Class ProgressPanel

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel<NewTorrentWizard>
      extended by org.gudy.azureus2.ui.swt.maketorrent.ProgressPanel
All Implemented Interfaces:
TOTorrentProgressListener, IWizardPanel<NewTorrentWizard>

public class ProgressPanel
extends AbstractWizardPanel<NewTorrentWizard>
implements TOTorrentProgressListener

Author:
Olivier

Field Summary
 
Fields inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
previousPanel, wizard
 
Constructor Summary
ProgressPanel(NewTorrentWizard wizard, IWizardPanel<NewTorrentWizard> _previousPanel)
           
 
Method Summary
 void finish()
           
 void makeTorrent()
           
 void reportCurrentTask(java.lang.String task_description)
           
 void reportProgress(int percent_complete)
           
 void show()
           
 
Methods inherited from class org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
cancelled, getFinishPanel, getNextPanel, getPreviousPanel, isFinishEnabled, isFinishSelectionOK, isNextEnabled, isPreviousEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressPanel

public ProgressPanel(NewTorrentWizard wizard,
                     IWizardPanel<NewTorrentWizard> _previousPanel)
Method Detail

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(java.lang.String task_description)
Specified by:
reportCurrentTask in interface TOTorrentProgressListener

reportProgress

public void reportProgress(int percent_complete)
Specified by:
reportProgress in interface TOTorrentProgressListener