5 // The Receiver interface is implemented by the simple chat
6 // clients.The interface functions are called by the chat server.
8 void message (in string msg
);
9 // Displays the message in the client application.
11 oneway
void shutdown
();
12 // Called by the chat server before it goes away.