public class ControladorPanelInterfaz
extends java.lang.Object
implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) Menu |
menu |
(package private) VistaPanelInterfaz |
vista |
Constructor and Description |
---|
ControladorPanelInterfaz(VistaPanelInterfaz vista,
Menu menu) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
private void |
aniadirListener() |
VistaPanelInterfaz vista
Menu menu
public ControladorPanelInterfaz(VistaPanelInterfaz vista, Menu menu)