Package zombie.asset
Class FileTask_Exists
java.lang.Object
zombie.fileSystem.FileTask
zombie.asset.FileTask_Exists
- All Implemented Interfaces:
java.util.concurrent.Callable
public final class FileTask_Exists extends FileTask
-
Field Summary
Fields inherited from class zombie.fileSystem.FileTask
m_cb, m_file_system, m_priority
-
Constructor Summary
Constructors Constructor Description FileTask_Exists(java.lang.String string, IFileTaskCallback iFileTaskCallback, FileSystem fileSystem)
-
Method Summary
Methods inherited from class zombie.fileSystem.FileTask
getErrorMessage, handleResult, setPriority
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileTask_Exists
public FileTask_Exists(java.lang.String string, IFileTaskCallback iFileTaskCallback, FileSystem fileSystem)
-
-
Method Details