public class VisemeConnection extends Thread implements ParserCallback
Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
VisemeConnection(String url,
MouthMovements mouthMovements) |
| Modifier and Type | Method and Description |
|---|---|
VisemeHolder |
getHolder() |
void |
getXml()
Sets up the connections and the parser, and calls them
|
void |
run() |
void |
run2() |
void |
setHolder(VisemeHolder 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, yieldpublic VisemeConnection(String url, MouthMovements mouthMovements)
public void run2()
public void getXml()
throws IOException,
ParserConfigurationException,
SAXException
public void setHolder(VisemeHolder h)
setHolder in interface ParserCallbackpublic VisemeHolder getHolder()