EDU.oswego.cs.dl.util.concurrent

Class ThreadFactoryUser.DefaultThreadFactory

Enclosing Class:
ThreadFactoryUser
Implemented Interfaces:
ThreadFactory

protected static class ThreadFactoryUser.DefaultThreadFactory
extends Object
implements ThreadFactory

Method Summary

Thread
newThread(Runnable command)
Create a new thread that will run the given command when started

Method Details

newThread

public Thread newThread(Runnable command)
Create a new thread that will run the given command when started
Specified by:
newThread in interface ThreadFactory