public class MarkerConnection extends Thread implements ParserMarkerCallback
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
MarkerConnection(String url,
MarkerMovements mouthMovements) |
Modifier and Type | Method and Description |
---|---|
MarkerHolder |
getHolder() |
void |
getXml()
Sets up the connections and the parser, and calls them
|
void |
run() |
void |
run2() |
void |
setHolder(MarkerHolder h)
callback for the parser to set the holder object
|
activeCount, checkAccess, 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 MarkerConnection(String url, MarkerMovements mouthMovements)
public void run2()
public void getXml() throws IOException, ParserConfigurationException, SAXException
public void setHolder(MarkerHolder h)
setHolder
in interface ParserMarkerCallback
public MarkerHolder getHolder()