Class GenericChat

java.lang.Object
  |
  +--GenericChat

public class GenericChat
extends java.lang.Object


Field Summary
protected  ChatboardClient cb
           
protected  GenericClient client
           
protected  java.awt.Frame frame
           
protected  java.lang.String host
           
protected  java.lang.String name
           
protected  int port
           
protected  WhiteboardClient wb
           
 
Constructor Summary
GenericChat(java.lang.String host, int port, java.lang.String name)
           
 
Method Summary
protected  void initAWT()
           
static void main(java.lang.String[] args)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

host

protected java.lang.String host

name

protected java.lang.String name

port

protected int port

frame

protected java.awt.Frame frame

cb

protected ChatboardClient cb

wb

protected WhiteboardClient wb

client

protected GenericClient client
Constructor Detail

GenericChat

public GenericChat(java.lang.String host,
                   int port,
                   java.lang.String name)
Method Detail

initAWT

protected void initAWT()

start

public void start()
           throws java.io.IOException

stop

public void stop()
          throws java.io.IOException

main

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