Class AbstractStepRunner

java.lang.Object
com.inductiveautomation.ignition.client.launch.AbstractStepRunner
All Implemented Interfaces:
Runnable

public abstract class AbstractStepRunner extends Object implements Runnable
  • Constructor Details

  • Method Details

    • run

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

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

      protected abstract void handleError(LaunchStep step, Throwable ex)
      Called to handle an error encountered in on of the steps. Will be called on the EDT