Package com.jme3.system
Class AWTTaskExecutor
java.lang.Object
com.jme3.system.AWTTaskExecutor
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddToExecute(Runnable task) Add the givenrunnableto the list of planned executions.voidexecute()Execute all the tasks that are waiting.static AWTTaskExecutorGet the instance of the executor.
- 
Method Details- 
getInstanceGet the instance of the executor.- Returns:
- the instance of executor.
 
- 
getWaitingTasks
- 
addToExecuteAdd the givenrunnableto the list of planned executions.- Parameters:
- task- the task to add.
- See Also:
 
- 
executepublic void execute()Execute all the tasks that are waiting.- See Also:
 
 
-