Babylon Java Chat

Class Babylon

java.lang.Object
  extended by Babylon
All Implemented Interfaces:
java.lang.Runnable

public class Babylon
extends java.lang.Object
implements java.lang.Runnable

The main thread of the chat client, when run as an application.

Author:
Andy McLaughlin

Field Summary
protected  BabylonStringManager strings
           
protected static java.lang.String VERSION
           
 
Constructor Summary
Babylon(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

protected static final java.lang.String VERSION
See Also:
Constant Field Values

strings

protected BabylonStringManager strings
Constructor Detail

Babylon

public Babylon(java.lang.String[] args)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

main

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

Babylon Java Chat