com.google.code.tempusfugit.concurrency
Class DefaultThreadFactory

java.lang.Object
  extended by com.google.code.tempusfugit.concurrency.DefaultThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DefaultThreadFactory
extends Object
implements ThreadFactory


Constructor Summary
DefaultThreadFactory()
           
 
Method Summary
 Thread newThread(Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultThreadFactory

public DefaultThreadFactory()
Method Detail

newThread

public Thread newThread(Runnable runnable)
Specified by:
newThread in interface ThreadFactory


Copyright © 2009-2012 tempus-fugit committers. All Rights Reserved.