org.gamenet.application.mm8leveleditor.lod
Class ImportManager.UpdateTask
java.lang.Object
org.gamenet.application.mm8leveleditor.lod.ImportManager.UpdateTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ImportManager
- public class ImportManager.UpdateTask
- extends Object
- implements Runnable
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
oldLodFile
private LodFile oldLodFile
resourceToImport
private LodResource resourceToImport
ImportManager.UpdateTask
public ImportManager.UpdateTask(LodFile oldLodFile,
LodResource resourceToImport)
run
public void run()
- Specified by:
run
in interface Runnable