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