info.extensiblecatalog.nacm.gui.scheduling
Class ImportTask

java.lang.Object
  extended by info.extensiblecatalog.nacm.gui.scheduling.Task
      extended by info.extensiblecatalog.nacm.gui.scheduling.ImportTask
All Implemented Interfaces:
java.lang.Runnable

public class ImportTask
extends Task


Constructor Summary
ImportTask(java.lang.Object importer, java.io.File fileOrDirectory)
           
 
Method Summary
 void run()
           
 
Methods inherited from class info.extensiblecatalog.nacm.gui.scheduling.Task
setCompleted, setLengthOfTask, setProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportTask

public ImportTask(java.lang.Object importer,
                  java.io.File fileOrDirectory)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Task