new MethodDelegate<Void, TextureDownloadCallbackArgs>()
{
public Void execute(TextureDownloadCallbackArgs e)
{
try{
TextureRequestState state = e.getState();
AssetTexture assetTexture = e.getAssetTexture();
if (state == TextureRequestState.Finished)
{
JLogger.info("Downloaded Texture " + textureID + " Proceeding for backing...");
if(assetTexture.Decode())