Class EcouteurRecherche

java.lang.Object
  |
  +--EcouteurRecherche

public class EcouteurRecherche
extends java.lang.Object
implements java.awt.event.ActionListener

Classe EcouteurRecherche: elle est à l'ecoute des boutons "Locale" et "Distante" sur lesquels il faut cliquer pour faire une recherche Le résultat de cette recherche sera un fichier html qui sera affiché.


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

Constructor Detail

EcouteurRecherche

public EcouteurRecherche(Appli a)
Method Detail

actionPerformed

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