public class MessageController
extends java.lang.Object
implements java.awt.event.ActionListener
This class is used as an ActionListener for a MessageView window.
| Modifier and Type | Field and Description |
|---|---|
private MessageView |
view |
| Constructor and Description |
|---|
MessageController(MessageView view)
Creates a new object of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
private MessageView view
public MessageController(MessageView view)
Creates a new object of this class.
view - Message window.