gecco.server.startup
Class CommandPrompt

java.lang.Object
  extended bygecco.server.startup.CommandPrompt
All Implemented Interfaces:
Runnable

public class CommandPrompt
extends Object
implements Runnable

A rudimentary command prompt for the server.

Author:
Karl Hasselström

Constructor Summary
CommandPrompt()
           
 
Method Summary
 void run()
          The command prompt loop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandPrompt

public CommandPrompt()
Method Detail

run

public void run()
The command prompt loop.

Specified by:
run in interface Runnable