proyecto.compilador
Class Compilador.EventHandler

java.lang.Object
  extended by proyecto.compilador.Compilador.EventHandler
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
Compilador

 class Compilador.EventHandler
extends Object
implements ActionListener


Constructor Summary
Compilador.EventHandler()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compilador.EventHandler

Compilador.EventHandler()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener