Class AbstractStepRunner
java.lang.Object
com.inductiveautomation.ignition.client.launch.AbstractStepRunner
- All Implemented Interfaces:
Runnable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractStepRunner(List<LaunchStep> steps, SplashPanel splash) -
Method Summary
Modifier 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