- All Implemented Interfaces:
Runnable
public abstract class GenericRunnable<ItemType>
extends Object
implements Runnable
Created by jcoravu on 29/3/2019.
-
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(ItemType item)
-
run
public void run()
- Specified by:
run
in interface Runnable