cz.zcu.fav.kiv.cs
Class CSReadingThread

java.lang.Object
  extended byjava.lang.Thread
      extended bycz.zcu.fav.kiv.cs.CSReadingThread
All Implemented Interfaces:
java.lang.Runnable

public class CSReadingThread
extends java.lang.Thread

Thread that reads messages for submodel from server.

Version:
2.0
Author:
Antonin Kunes

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CSReadingThread(CSSimulation parent)
           
 
Method Summary
 void run()
          Reads messages from server.
 
Methods inherited from class java.lang.Thread
activeCount, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CSReadingThread

public CSReadingThread(CSSimulation parent)
Method Detail

run

public void run()
Reads messages from server.