public class ControladorPanelLateral
extends java.lang.Object
implements java.awt.event.ActionListener, com.github.lgooddatepicker.optionalusertools.DateChangeListener
Constructor and Description |
---|
ControladorPanelLateral(VistaPanelLateral vista,
Menu menu)
Controlador del panel lateral que gestionara los datos
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
dateChanged(com.github.lgooddatepicker.zinternaltools.DateChangeEvent arg0) |
public ControladorPanelLateral(VistaPanelLateral vista, Menu menu)
vista
- Vista que usa el controladormenu
- Menu que contiene la vista que usa este controladorpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void dateChanged(com.github.lgooddatepicker.zinternaltools.DateChangeEvent arg0)
dateChanged
in interface com.github.lgooddatepicker.optionalusertools.DateChangeListener