com.octo.android.robospice.priority
Class CustomizablePriorityThreadFactory

java.lang.Object
  extended by com.octo.android.robospice.priority.CustomizablePriorityThreadFactory
All Implemented Interfaces:
ThreadFactory

public class CustomizablePriorityThreadFactory
extends Object
implements ThreadFactory

Creates threads with a low priority.

Author:
SNI

Constructor Summary
CustomizablePriorityThreadFactory()
           
CustomizablePriorityThreadFactory(int threadPriority)
           
 
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

CustomizablePriorityThreadFactory

public CustomizablePriorityThreadFactory(int threadPriority)

CustomizablePriorityThreadFactory

public CustomizablePriorityThreadFactory()
Method Detail

newThread

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


Copyright © 2012-2014. All Rights Reserved.