Class GaiaSkyThreadFactory
- java.lang.Object
-
- gaia.cu9.ari.gaiaorbit.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Thread
newThread(java.lang.Runnable r)
-