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