Package com.jme3.app

Class AppTask<V>

java.lang.Object
com.jme3.app.AppTask<V>
All Implemented Interfaces:
Future<V>

public class AppTask<V> extends Object implements Future<V>
AppTask is used in AppTaskQueue to manage tasks that have yet to be accomplished. The AppTask system is used to execute tasks either in the OpenGL/Render thread, or outside of it.