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