Searched defs:AppTask (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DAppTask.java41 * <code>AppTask</code> is used in <code>AppTaskQueue</code> to manage tasks that have
42 * yet to be accomplished. The AppTask system is used to execute tasks either
47 public class AppTask<V> implements Future<V> { class in inherits:Future
48 private static final Logger logger = Logger.getLogger(AppTask.class
60 * Create an <code>AppTask</code> that will execute the given
65 public AppTask(Callable<V> callable) { method in class:AppTask

Completed in 17 milliseconds