org.vrspace.twodclient
Class MainPanel.Console.Server

java.lang.Object
  extended byorg.vrspace.twodclient.MainPanel.Console.Server
Enclosing class:
MainPanel.Console

public class MainPanel.Console.Server
extends java.lang.Object


Constructor Summary
MainPanel.Console.Server(java.lang.String name, java.util.Hashtable globalClientList)
           
 
Method Summary
 void addClient(MainPanel.Console.Client client)
           
 void removeClient(MainPanel.Console.Client client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainPanel.Console.Server

public MainPanel.Console.Server(java.lang.String name,
                                java.util.Hashtable globalClientList)
Method Detail

addClient

public void addClient(MainPanel.Console.Client client)

removeClient

public void removeClient(MainPanel.Console.Client client)