- All Implemented Interfaces:
Runnable
public abstract class PairRunnable<First,Second>
extends Object
implements Runnable
Created by jcoravu on 19/2/2020.
-
Constructor Summary
Constructors
-
Method Summary
protected abstract void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
execute
protected abstract void execute(First first,
Second second)
-
run
public void run()
- Specified by:
run
in interface Runnable