Class AbstractStepRunner
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.launch.AbstractStepRunner
 
- 
- All Implemented Interfaces:
- java.lang.Runnable
 
 public abstract class AbstractStepRunner extends java.lang.Object implements java.lang.Runnable
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractStepRunner(java.util.List<LaunchStep> steps, SplashPanel splash)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidhandleError(LaunchStep step, java.lang.Throwable ex)Called to handle an error encountered in on of the steps.voidrun()protected abstract voidstepsFinished()Called when all steps are finished.
 
- 
- 
- 
Constructor Detail- 
AbstractStepRunnerprotected AbstractStepRunner(java.util.List<LaunchStep> steps, SplashPanel splash) 
 
- 
 - 
Method Detail- 
runpublic void run() - Specified by:
- runin interface- java.lang.Runnable
 
 - 
stepsFinishedprotected abstract void stepsFinished() Called when all steps are finished. Called on the EDT
 - 
handleErrorprotected abstract void handleError(LaunchStep step, java.lang.Throwable ex) Called to handle an error encountered in on of the steps. Will be called on the EDT
 
- 
 
-