Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
static long |
FIVE_MINUTES |
static boolean |
GAME_OVER |
private Navigation |
nav |
private Odometer |
odo |
long |
startTime |
private static long |
TIME_THRESHOLD |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Modifier and Type | Method and Description |
---|---|
void |
run()
Clock thread
|
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
public static boolean GAME_OVER
public static final long FIVE_MINUTES
private static final long TIME_THRESHOLD
private Odometer odo
private Navigation nav
public long startTime
public Clock(Odometer odo)