Class ClientMainThread

java.lang.Object
  extended byjava.lang.Thread
      extended byClientMainThread
All Implemented Interfaces:
java.lang.Runnable

public class ClientMainThread
extends java.lang.Thread


Field Summary
 int DEFAULT_PORT
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ClientMainThread(ClientData ParClientData)
           
 
Method Summary
 void run()
           
 
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
 

Field Detail

DEFAULT_PORT

public final int DEFAULT_PORT
See Also:
Constant Field Values
Constructor Detail

ClientMainThread

public ClientMainThread(ClientData ParClientData)
Method Detail

run

public void run()