Class AbstractStepRunner
java.lang.Object
com.inductiveautomation.ignition.client.launch.AbstractStepRunner
- All Implemented Interfaces:
- Runnable
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedAbstractStepRunner(List<LaunchStep> steps, SplashPanel splash) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected abstract voidhandleError(LaunchStep step, Throwable ex) Called to handle an error encountered in on of the steps.voidrun()protected abstract voidCalled when all steps are finished.
- 
Constructor Details- 
AbstractStepRunner
 
- 
- 
Method Details