Class SeleccionarRutas.Examinar

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

private class SeleccionarRutas.Examinar
extends java.lang.Object
implements java.awt.event.ActionListener

ActionListener para seleccionar la ruta de los mensajes originales o falsos según el botón que se haya pulsado.

Author:
Jesús Vidal Panalés

Constructor Summary
private SeleccionarRutas.Examinar()
           
 
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

SeleccionarRutas.Examinar

private SeleccionarRutas.Examinar()
Method Detail

actionPerformed

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