public final class EventThreadFactory extends Object implements ThreadFactory
If you need your own ThreadFactory we recommend delegating the Thread creation to
this implementation.
| Constructor and Description |
|---|
EventThreadFactory() |
EventThreadFactory(ThreadFactory delegateThreadFactory) |
public EventThreadFactory()
public EventThreadFactory(ThreadFactory delegateThreadFactory)
public Thread newThread(Runnable r)
newThread in interface ThreadFactoryCopyright © 2006–2018 Atlassian. All rights reserved.