Package com.jme3.terrain.executor
Class TerrainExecutorService
java.lang.Object
com.jme3.terrain.executor.TerrainExecutorService
The class to provide single executor service to run background tasks of terrain stuff.
- 
Method SummaryModifier and TypeMethodDescriptionvoidstatic TerrainExecutorServicestatic voidsetConstructor(Callable<ExecutorService> constructor) Set a new constructor of executor service to provide other implementation.Future<?><T> Future<T><T> Future<T>
- 
Method Details- 
setConstructorSet a new constructor of executor service to provide other implementation.- Parameters:
- constructor- the constructor.
 
- 
getInstance
- 
submit
- 
submit
- 
submit
- 
execute
 
-