public abstract class A_CmsProgressThread extends java.lang.Thread
| Constructor and Description |
|---|
A_CmsProgressThread() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
setDescription(java.lang.String description)
Sets the description to show for the progress.
|
abstract void |
setProgress(int progress)
Sets the progress.
|
activeCount, checkAccess, clone, 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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic A_CmsProgressThread()
public abstract void setDescription(java.lang.String description)
description - the description to show for the progress to setpublic abstract void setProgress(int progress)
progress - the progress to set