Babylon Java Chat

Class BabylonMessage

java.lang.Object
  extended by BabylonMessage

public class BabylonMessage
extends java.lang.Object

A structure class used for containing info about a message between users.

Author:
Andy McLaughlin

Field Summary
 java.lang.String from
           
 java.lang.String text
           
 java.lang.String to
           
 
Constructor Summary
BabylonMessage(java.lang.String t, java.lang.String f, java.lang.String txt)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

to

public java.lang.String to

from

public java.lang.String from

text

public java.lang.String text
Constructor Detail

BabylonMessage

public BabylonMessage(java.lang.String t,
                      java.lang.String f,
                      java.lang.String txt)

Babylon Java Chat