soc.client
Class SOCPlayerClient.SOCPlayerLocalRobotRunner

java.lang.Object
  extended bysoc.client.SOCPlayerClient.SOCPlayerLocalRobotRunner
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
SOCPlayerClient

protected class SOCPlayerClient.SOCPlayerLocalRobotRunner
extends java.lang.Object
implements java.lang.Runnable

For local practice games, each robot gets its own thread. Equivalent to main thread in SOCRobotClient in network games.


Field Summary
(package private)  SOCRobotClient rob
           
 
Constructor Summary
protected SOCPlayerClient.SOCPlayerLocalRobotRunner(SOCRobotClient rc)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rob

SOCRobotClient rob
Constructor Detail

SOCPlayerClient.SOCPlayerLocalRobotRunner

protected SOCPlayerClient.SOCPlayerLocalRobotRunner(SOCRobotClient rc)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable