Package zombie.asset
Class FileTask_LoadAiScene
java.lang.Object
zombie.fileSystem.FileTask
zombie.asset.FileTask_LoadAiScene
- All Implemented Interfaces:
java.util.concurrent.Callable
public final class FileTask_LoadAiScene extends FileTask
-
Field Summary
Fields inherited from class zombie.fileSystem.FileTask
m_cb, m_file_system, m_priority
-
Constructor Summary
Constructors Constructor Description FileTask_LoadAiScene(java.lang.String string, java.util.EnumSet enumSet, IFileTaskCallback iFileTaskCallback, FileSystem fileSystem)
-
Method Summary
Modifier and Type Method Description java.lang.Object
call()
void
done()
java.lang.String
getErrorMessage()
Methods inherited from class zombie.fileSystem.FileTask
handleResult, setPriority
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileTask_LoadAiScene
public FileTask_LoadAiScene(java.lang.String string, java.util.EnumSet enumSet, IFileTaskCallback iFileTaskCallback, FileSystem fileSystem)
-
-
Method Details
-
getErrorMessage
public java.lang.String getErrorMessage()- Overrides:
getErrorMessage
in classFileTask
-
done
public void done() -
call
public java.lang.Object call() throws java.lang.Exception- Throws:
java.lang.Exception
-