edu.cuny.cat.server
Interface Console

All Superinterfaces:
AuctionEventListener
All Known Implementing Classes:
GuiConsole, SilentConsole, TelnetConsole

public interface Console
extends AuctionEventListener

The interface for a human user to control the game server.

Version:
$Revision: 1.2 $
Author:
Jinzhong Niu

Method Summary
 boolean isInteractive()
           
 void start()
          starts the console.
 void stop()
          stop the console.
 
Methods inherited from interface edu.cuny.cat.event.AuctionEventListener
eventOccurred
 

Method Detail

start

void start()
starts the console.


stop

void stop()
stop the console.


isInteractive

boolean isInteractive()
Returns:
true if this console involves human interaction, and false otherwise.