org.gudy.azureus2.ui.swt.ipchecker
Class ProgressPanel
java.lang.Object
   org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
       org.gudy.azureus2.ui.swt.ipchecker.ProgressPanel
org.gudy.azureus2.ui.swt.ipchecker.ProgressPanel
- All Implemented Interfaces: 
- ExternalIPCheckerServiceListener, IWizardPanel
- public class ProgressPanel 
- extends AbstractWizardPanel- implements ExternalIPCheckerServiceListener
- Author:
- Olivier
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ProgressPanel
public ProgressPanel(IpCheckerWizard wizard,
                     IWizardPanel previousPanel)
show
public void show()
- 
- Specified by:
- showin interface- IWizardPanel
 
- 
 
finish
public void finish()
- 
- Specified by:
- finishin interface- IWizardPanel
- Overrides:
- finishin class- AbstractWizardPanel
 
- 
 
checkComplete
public void checkComplete(ExternalIPCheckerService service,
                          String ip)
- 
- Specified by:
- checkCompletein interface- ExternalIPCheckerServiceListener
 
- 
 
checkFailed
public void checkFailed(ExternalIPCheckerService service,
                        String reason)
- 
- Specified by:
- checkFailedin interface- ExternalIPCheckerServiceListener
 
- 
 
reportProgress
public void reportProgress(ExternalIPCheckerService service,
                           String message)
- 
- Specified by:
- reportProgressin interface- ExternalIPCheckerServiceListener
 
-