Class AbstractStepRunner

  • All Implemented Interfaces:
    java.lang.Runnable

    public abstract class AbstractStepRunner
    extends java.lang.Object
    implements java.lang.Runnable
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractStepRunner

        protected AbstractStepRunner​(java.util.List<LaunchStep> steps,
                                     SplashPanel splash)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • stepsFinished

        protected abstract void stepsFinished()
        Called when all steps are finished. Called on the EDT
      • handleError

        protected 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