Class GameTask<V>

java.lang.Object
com.ardor3d.util.GameTask<V>
All Implemented Interfaces:
Future<V>

public class GameTask<V> extends Object implements Future<V>
GameTask is used in GameTaskQueue to manage tasks that have yet to be accomplished.