protected class StatusBar.DisplayThread
extends java.lang.Thread
Modifier and Type | Field and Description |
---|---|
(package private) static long |
DEFAULT_DURATION |
(package private) long |
duration |
(package private) java.lang.Thread |
toJoin |
Constructor and Description |
---|
DisplayThread() |
DisplayThread(long duration) |
DisplayThread(long duration,
java.lang.Thread toJoin) |
DisplayThread(java.lang.Thread toJoin) |
Modifier and Type | Method and Description |
---|---|
void |
finish() |
void |
run() |
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, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
static final long DEFAULT_DURATION
long duration
java.lang.Thread toJoin