org.gudy.azureus2.ui.swt.ipchecker
Class ProgressPanel
java.lang.Object
  
org.gudy.azureus2.ui.swt.wizard.AbstractWizardPanel
      
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:
 show in interface IWizardPanel
 
 
finish
public void finish()
- Specified by:
 finish in interface IWizardPanel- Overrides:
 finish in class AbstractWizardPanel
 
 
checkComplete
public void checkComplete(ExternalIPCheckerService service,
                          String ip)
- Specified by:
 checkComplete in interface ExternalIPCheckerServiceListener
 
 
checkFailed
public void checkFailed(ExternalIPCheckerService service,
                        String reason)
- Specified by:
 checkFailed in interface ExternalIPCheckerServiceListener
 
 
reportProgress
public void reportProgress(ExternalIPCheckerService service,
                           String message)
- Specified by:
 reportProgress in interface ExternalIPCheckerServiceListener