jcreek.cke.importexport.jcxml
Class JCXMLimport.ImportThread

java.lang.Object
  extended byjava.lang.Thread
      extended byjcreek.cke.importexport.jcxml.JCXMLimport.ImportThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
JCXMLimport

protected class JCXMLimport.ImportThread
extends java.lang.Thread

This class contains the different stages of the import process. It has been put in a thread so that the user might have a more responsive GUI.

Author:
Stein L. Tomassen, NTNU 2002

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
protected JCXMLimport.ImportThread()
           
 
Method Summary
 void abortedMessage()
          The default message given if the process was aborted.
 void run()
          Does a check if aborted before every new task
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JCXMLimport.ImportThread

protected JCXMLimport.ImportThread()
Method Detail

run

public void run()
Does a check if aborted before every new task

See Also:
Runnable.run()

abortedMessage

public void abortedMessage()
The default message given if the process was aborted.



Created at IDI, NTNU by the Artificial Intelligence and Learning group