Package hipp.com.wappedidpadpro2.splash
Class SplashThread
java.lang.Object
java.lang.Thread
hipp.com.wappedidpadpro2.splash.SplashThread
- All Implemented Interfaces:
java.lang.Runnable
public class SplashThread
extends java.lang.Thread
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description private boolean
done
private SplashScreen
splash
-
Constructor Summary
Constructors Constructor Description SplashThread()
-
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
Constructor Details
-
SplashThread
public SplashThread()
-
-
Method Details