org.cyberiantiger.mudclient
Class ElephantMudClient

java.lang.Object
  extended byorg.cyberiantiger.mudclient.ElephantMudClient
All Implemented Interfaces:
Connection, Display

public class ElephantMudClient
extends java.lang.Object
implements Display, Connection


Constructor Summary
ElephantMudClient(ClientConfiguration config)
           
 
Method Summary
 void command(java.lang.String sourceId, java.lang.String msg)
           
 void connect()
           
 void connectionDoLocalEcho(boolean echo)
           
 void connectionStatusChanged(int newStatus)
           
 void disconnect()
           
 void exit()
           
 ClientConfiguration getConfiguration()
           
 ConsoleWriter getConsoleWriter()
           
static void main(java.lang.String[] args)
           
 void setWindowSize(int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElephantMudClient

public ElephantMudClient(ClientConfiguration config)
Method Detail

exit

public void exit()

connect

public void connect()
Specified by:
connect in interface Connection

disconnect

public void disconnect()
Specified by:
disconnect in interface Connection

command

public void command(java.lang.String sourceId,
                    java.lang.String msg)
Specified by:
command in interface Connection

setWindowSize

public void setWindowSize(int w,
                          int h)
Specified by:
setWindowSize in interface Connection

connectionStatusChanged

public void connectionStatusChanged(int newStatus)
Specified by:
connectionStatusChanged in interface Display

connectionDoLocalEcho

public void connectionDoLocalEcho(boolean echo)
Specified by:
connectionDoLocalEcho in interface Display

getConfiguration

public ClientConfiguration getConfiguration()
Specified by:
getConfiguration in interface Display

getConsoleWriter

public ConsoleWriter getConsoleWriter()
Specified by:
getConsoleWriter in interface Display

main

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


Copyright © 2003 OSJava. All Rights Reserved.