fr.tireme.analdoc
Class AnalDocInternalProcesses

java.lang.Object
  extended by java.lang.Thread
      extended by fr.tireme.analdoc.AnalDocInternalProcesses
All Implemented Interfaces:
java.lang.Runnable

public class AnalDocInternalProcesses
extends java.lang.Thread

Since:
16 novembre 2003
Version:
2.0
Author:
Pierre Attar ; pat@tireme.fr Copyright (c) Tireme 2002, 2003

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AnalDocInternalProcesses(AnalDocXml2output gui)
          Constructor for the AnalDocInternalProcesses object
 
Method Summary
 void echoMessage(java.lang.String s)
           
 void endProcessInGUI()
           
 java.util.Observable observable()
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalDocInternalProcesses

public AnalDocInternalProcesses(AnalDocXml2output gui)
Constructor for the AnalDocInternalProcesses object

Parameters:
gui - Description of Parameter
Throws:
Xml2outputExcept - Description of Exception
Method Detail

echoMessage

public void echoMessage(java.lang.String s)

endProcessInGUI

public void endProcessInGUI()

observable

public java.util.Observable observable()

run

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