|
|
| No. | Name | Description |
| 7.2.1 | Interface.java | This is an interface to display hummer message forwarded to the alert interface. |
| 7.2.1.1 | AddToList | This method adds a new message to the list |
| 7.2.1.2 | NewWindow | This class displays a window |
| 7.2.1.3 | handleEvent | This method handles events generated in NewWindow |
| 7.2.1.4 | ButtonPanel | This class displays a panel of buttons |
| 7.2.1.5 | action | This method handles actions performed on the buttons in ButtonPanel |
| 7.2.1.6 | MessageFrame | This class displays a frame for messages |
| 7.2.1.7 | action | This method handles actions performed in the MessageFrame |
| 7.2.1.8 | Message | This class contains the messages that are displayed |
| 7.2.2 | Server.java | This is an interface to display hummer messages for the Server |
| 7.2.2.1 | fail | This method displays error messages |
| 7.2.2.2 | Server | This class creates a server socket |
| 7.2.2.3 | run | This method listens for connections to the socket |
| 7.2.2.4 | Connection | This class receives socket streams |