vooga.network.examples
Class ChatDemo

java.lang.Object
  extended by vooga.network.examples.ChatDemo

public class ChatDemo
extends java.lang.Object

This is an example chat program that works through the java console. ExampleChatReceiver controls the received message protocol. (Currently just a system.out.println)

Author:
tgr3

Constructor Summary
ChatDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChatDemo

public ChatDemo()
Method Detail

main

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