protected static class ThreadFactoryUser.DefaultThreadFactory extends java.lang.Object implements ThreadFactory
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultThreadFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Thread |
newThread(java.lang.Runnable command)
Create a new thread that will run the given command when started
|
public java.lang.Thread newThread(java.lang.Runnable command)
ThreadFactorynewThread in interface ThreadFactory