Package rmi

Interface Summary
ChatClientInterface Interface for clients in simple chat application.
ChatClientUI Interface for clients UIs in simple chat application.
ChatParticipantInterface Interface for participants (server and clients) in simple chat application.
ChatServerInterface Interface for server in simple chat application.
 

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