EDU.oswego.cs.dl.util.concurrent
public interface ThreadFactory
new Thread
, enabling
applications to use special thread subclasses, default
prioritization settings, etc.
[ Introduction to this package. ]
Method Summary | |
---|---|
Thread | newThread(Runnable command)
Create a new thread that will run the given command when started
|