Package edu.trinity.cs.bmassing.rmi

Interface Summary
ChatClient Interface for clients in simple chat application.
ChatClientUI Interface for clients UIs in simple chat application.
ChatParty Interface for participants (server and clients) in simple chat application.
ChatServer Interface for server in simple chat application.
 

Class Summary
ChatClientGUI Class for GUI for clients in simple chat application.
ChatClientImpl Class for client for simple chat program.
ChatClientOutput Class for output-only interface for client, demonstrating an alternative UI (though not a very useful one).
ChatPartyImpl Class for participants in simple chat application.
ChatServerImpl Class for server for simple chat program (with instructions for running the application).