Class PairRunnable<First,Second>

java.lang.Object
org.esa.snap.ui.loading.PairRunnable<First,Second>
All Implemented Interfaces:
Runnable

public abstract class PairRunnable<First,Second> extends Object implements Runnable
Created by jcoravu on 19/2/2020.
  • Constructor Details

    • PairRunnable

      public PairRunnable(First first, Second second)
  • Method Details

    • execute

      protected abstract void execute(First first, Second second)
    • run

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