org.moyoman.framework
Class STSThread

java.lang.Object
  |
  +--org.moyoman.framework.STSThread
All Implemented Interfaces:
Runnable

class STSThread
extends Object
implements Runnable


Field Summary
private  Controller controller
           
private  GameId id
           
(package private)  int moveNumber
           
private  Persister persister
           
 
Constructor Summary
(package private) STSThread(Persister p, GameId gid, Controller cont, int num)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persister

private Persister persister

id

private GameId id

controller

private Controller controller

moveNumber

int moveNumber
Constructor Detail

STSThread

STSThread(Persister p,
          GameId gid,
          Controller cont,
          int num)
Method Detail

run

public void run()
Specified by:
run in interface Runnable