proyecto.acercade
Class AcercaDeControlador
java.lang.Object
proyecto.acercade.AcercaDeControlador
- All Implemented Interfaces:
- ActionListener, ComponentListener, EventListener, HyperlinkListener
public class AcercaDeControlador
- extends Object
- implements ActionListener, ComponentListener, HyperlinkListener
Descripción: Clase Controladora de la vista AcercaDeControlador
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iVista
AcercaDePanel iVista
AcercaDeControlador
public AcercaDeControlador(AcercaDePanel aVista)
- Constructor AcercaDeControlador
inicializa
public void inicializa(Object[] o)
getVista
public AcercaDePanel getVista()
guardar
public void guardar()
throws Exception
- Throws:
Exception
actionPerformed
public void actionPerformed(ActionEvent ae)
- Specified by:
actionPerformed
in interface ActionListener
componentShown
public void componentShown(ComponentEvent p1)
- Specified by:
componentShown
in interface ComponentListener
componentResized
public void componentResized(ComponentEvent p1)
- Specified by:
componentResized
in interface ComponentListener
componentHidden
public void componentHidden(ComponentEvent p1)
- Specified by:
componentHidden
in interface ComponentListener
componentMoved
public void componentMoved(ComponentEvent p1)
- Specified by:
componentMoved
in interface ComponentListener
hyperlinkUpdate
public void hyperlinkUpdate(HyperlinkEvent event)
- Specified by:
hyperlinkUpdate
in interface HyperlinkListener