Class GaiaSkyThreadFactory

java.lang.Object
gaiasky.desktop.concurrent.GaiaSkyThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

public class GaiaSkyThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory
The default thread factory
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  GaiaSkyThreadFactory.GSThread  
  • Constructor Summary

    Constructors
    Constructor Description
    GaiaSkyThreadFactory()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Thread newThread​(java.lang.Runnable r)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GaiaSkyThreadFactory

      public GaiaSkyThreadFactory()
  • Method Details

    • newThread

      public java.lang.Thread newThread​(java.lang.Runnable r)
      Specified by:
      newThread in interface java.util.concurrent.ThreadFactory