org.merlotxml.merlot
Class XMLEditorDocUI.StatusCleaner

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.merlotxml.merlot.XMLEditorDocUI.StatusCleaner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
XMLEditorDocUI

public class XMLEditorDocUI.StatusCleaner
extends java.lang.Thread

Description of the Class

Author:
Administrator

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
XMLEditorDocUI.StatusCleaner(StatusEvent evt)
          Constructor for the StatusCleaner object
 
Method Summary
 void run()
          Main processing method for the StatusCleaner object
 
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

XMLEditorDocUI.StatusCleaner

public XMLEditorDocUI.StatusCleaner(StatusEvent evt)
Constructor for the StatusCleaner object

Parameters:
evt - Description of the Parameter
Method Detail

run

public void run()
Main processing method for the StatusCleaner object