Class GenericRunnable<ItemType>

java.lang.Object
org.esa.snap.ui.loading.GenericRunnable<ItemType>
All Implemented Interfaces:
Runnable

public abstract class GenericRunnable<ItemType> extends Object implements Runnable
Created by jcoravu on 29/3/2019.
  • Constructor Details

    • GenericRunnable

      public GenericRunnable(ItemType item)
  • Method Details

    • execute

      protected abstract void execute(ItemType item)
    • run

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