uka.gm
Class GMServerTest.Server

java.lang.Object
  extended byuka.gm.GMServerTest.Server
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GMServerTest

public static class GMServerTest.Server
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  GMServer.Connection c
           
 
Constructor Summary
GMServerTest.Server(GMServer.Connection c)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c

GMServer.Connection c
Constructor Detail

GMServerTest.Server

public GMServerTest.Server(GMServer.Connection c)
Method Detail

run

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