Engine
Class socketHandler

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--Engine.socketHandler


class socketHandler
extends Thread


Field Summary
 Stringmessage
          

Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY

Method Summary
 static voidtalkWithClients(String message)
          

Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

message

public String message
Method Detail

talkWithClients

public static void talkWithClients(String message)

Association Links

to Class java.lang.String

Attribute message
to Class Engine.game
Attribute newGame