Package org.esa.snap.ui.loading
Class PairRunnable<First,Second>
- java.lang.Object
-
- org.esa.snap.ui.loading.PairRunnable<First,Second>
-
-
Constructor Summary
Constructors Constructor Description PairRunnable(First first, Second second)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract void
execute(First first, Second second)
void
run()
-