- All Implemented Interfaces:
Runnable
public class NamePreservingRunnable
extends Object
implements Runnable
A
Runnable
wrapper that preserves the name of the thread after the runnable is
complete (for
Runnable
s that change the name of the Thread they use.)
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
run
public void run()
- Specified by:
run
in interface Runnable