Class AppPlatBol.listener

java.lang.Object
  extended by AppPlatBol.listener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
AppPlatBol

public class AppPlatBol.listener
extends java.lang.Object
implements java.awt.event.ActionListener

En esta clase se procesan los eventos generados y se ocupa de determinar debido a que se produjeron. Dpendiendo de esto, sera la accion que se deba seguir, ya se escribir en la puerta serial, abrirla cerrarla, etc.


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

Constructor Detail

AppPlatBol.listener

public AppPlatBol.listener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener