Package com.jme3.asset
Class ThreadingManager
java.lang.Object
com.jme3.asset.ThreadingManager
ThreadingManager manages the threads used to load content
 within the Content Manager system. A pool of threads and a task queue
 is used to load resource data and perform I/O while the application's
 render thread is active.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprotected classprotected class
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final ExecutorServiceprotected intprotected final AssetManager
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
executor
- 
owner
- 
nextThreadIdprotected int nextThreadId
 
- 
- 
Constructor Details- 
ThreadingManager
 
- 
- 
Method Details- 
loadAsset
- 
isLoadingThreadpublic static boolean isLoadingThread()
 
-