uka.gm
Class GMTest.Client

java.lang.Object
  extended byuka.gm.GMTest.Client
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
GMTest

public static class GMTest.Client
extends java.lang.Object
implements java.lang.Runnable


Field Summary
(package private)  GM.VPort vport
           
 
Constructor Summary
GMTest.Client(GM.VPort vport)
           
GMTest.Client(int vportNr)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vport

GM.VPort vport
Constructor Detail

GMTest.Client

public GMTest.Client(int vportNr)
              throws java.io.IOException

GMTest.Client

public GMTest.Client(GM.VPort vport)
Method Detail

run

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