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 Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected class - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ExecutorServiceprotected intprotected final AssetManager - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
executor
 - 
owner
 - 
nextThreadId
protected int nextThreadId 
 - 
 - 
Constructor Details
- 
ThreadingManager
 
 - 
 - 
Method Details
- 
loadAsset
 - 
isLoadingThread
public static boolean isLoadingThread() 
 -