edu.cmu.mafia.CommandLineClient
Class ClientHelper

java.lang.Object
  extended by edu.cmu.mafia.CommandLineClient.ClientHelper

public class ClientHelper
extends java.lang.Object


Field Summary
static int MSG_FAIL
           
static int SLEEP_TIME
           
 
Constructor Summary
ClientHelper()
           
 
Method Summary
 void getInfo()
           
 boolean login()
           
 boolean register()
           
 void session_select()
           
 void startChatroom(java.lang.String prevmsg)
           
 void systemDown()
           
 int welcome()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SLEEP_TIME

public static final int SLEEP_TIME
See Also:
Constant Field Values

MSG_FAIL

public static final int MSG_FAIL
See Also:
Constant Field Values
Constructor Detail

ClientHelper

public ClientHelper()
Method Detail

welcome

public int welcome()

session_select

public void session_select()

getInfo

public void getInfo()

systemDown

public void systemDown()

login

public boolean login()

register

public boolean register()

startChatroom

public void startChatroom(java.lang.String prevmsg)
                   throws MafiaException
Throws:
MafiaException


Copyright (c) 2006 FaultTerminators. All Rights Reserved.