com.badlogic.gdx.utils.async
Interface AsyncTask<T>


public interface AsyncTask<T>

Task to be submitted to an AsyncExecutor, returning a result of type T.

Author:
badlogic

Method Summary
 T call()
           
 

Method Detail

call

T call()
       throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.