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 Summary
Modifier and TypeMethodDescriptionvoid
static TerrainExecutorService
static void
setConstructor
(Callable<ExecutorService> constructor) Set a new constructor of executor service to provide other implementation.Future<?>
<T> Future<T>
<T> Future<T>
-
Method Details
-
setConstructor
Set a new constructor of executor service to provide other implementation.- Parameters:
constructor
- the constructor.
-
getInstance
-
submit
-
submit
-
submit
-
execute
-