public abstract class AbstractStepRunner
extends java.lang.Object
implements java.lang.Runnable
Modifier | Constructor and Description |
---|---|
protected |
AbstractStepRunner(java.util.List<LaunchStep> steps,
SplashPanel splash) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
handleError(LaunchStep step,
java.lang.Throwable ex)
Called to handle an error encountered in on of the steps.
|
void |
run() |
protected abstract void |
stepsFinished()
Called when all steps are finished.
|
protected AbstractStepRunner(java.util.List<LaunchStep> steps, SplashPanel splash)
public void run()
run
in interface java.lang.Runnable
protected abstract void stepsFinished()
protected abstract void handleError(LaunchStep step, java.lang.Throwable ex)