chat.business |
|
Java Source File Name | Type | Comment |
Discussion.java | Class | This class manages the contents of a discussion. |
DiscussionManagerImpl.java | Class | |
MessageImpl.java | Class | This class holds all the data about one message (what someone said).
The message is broken down into lines, and each line is HTML encoded.
This makes displaying the message faster. |
SnapshotImpl.java | Class | This class is used as a way to return both a vector and a long from
a method in the Discussion class. |