|
Class Summary |
| BeamFrame |
|
| BuddyList |
This class encapsulates the methods and members necessary
to create the buddy list. |
| ChatClient |
This is the where the client main is located. |
| ChatServer |
This is the where the chat server main is located. |
| cleanUpTask |
This timer task periodically updates the server's list of clients,
removing those clients that have exited without formally logging off |
| HooMessenger |
This class encapsulates the methods and members necessary
to create a messenger object. |
| LoginScreen |
This class encapsulates the methods and members necessary
to create the login screen. |
| MessageFrame |
This class encapsulates the methods and members necessary
to create the a message frame. |
| MessageServerImpl |
This is the class where server methods are located |