server
Class CEDS

java.lang.Object
  extended by server.CEDS

public class CEDS
extends java.lang.Object

Create an instance of the server in its own thread. Can be instantiated by other clients, but can also be run on its own (dedicated server)

Author:
Henry

Constructor Summary
CEDS()
          simple create an instance of CEDS and start the thread
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CEDS

public CEDS()
simple create an instance of CEDS and start the thread

Method Detail

main

public static void main(java.lang.String[] args)