edu.isi.gamebots.client
Class BotRunnerApp.ConnectionEventRunner

java.lang.Object
  |
  +--edu.isi.gamebots.client.BotRunnerApp.ConnectionEventRunner
All Implemented Interfaces:
Runnable
Enclosing class:
BotRunnerApp

protected class BotRunnerApp.ConnectionEventRunner
extends Object
implements Runnable


Field Summary
protected  int number
           
 
Constructor Summary
BotRunnerApp.ConnectionEventRunner(int number)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

number

protected int number
Constructor Detail

BotRunnerApp.ConnectionEventRunner

public BotRunnerApp.ConnectionEventRunner(int number)
Method Detail

run

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