- All Implemented Interfaces:
Runnable
public abstract class RunnableWithName
extends Object
implements Runnable
- Since:
- 3.6
- Author:
- Eike Stepper
-
Constructor Summary
Constructors
-
Method Summary
protected abstract void
final void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RunnableWithName
public RunnableWithName()
-
Method Details
-
run
public final void run()
- Specified by:
run
in interface Runnable
-
getName
public abstract String getName()
-
doRun
protected abstract void doRun()