ca.ualberta.cs.poker.free.server
Class RunTournament.Match

java.lang.Object
  extended by ca.ualberta.cs.poker.free.server.RunTournament.Match
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
RunTournament

public class RunTournament.Match
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
RunTournament.Match()
           
 
Method Summary
 void Match(RunTournament.WorkQueue competitors, RunTournament.WorkQueue IPs)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunTournament.Match

public RunTournament.Match()
Method Detail

Match

public void Match(RunTournament.WorkQueue competitors,
                  RunTournament.WorkQueue IPs)

run

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