Class EcouteurNewCd

java.lang.Object
  |
  +--EcouteurNewCd

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

Cette classe écoute les évenements lors d'une boite de dialogue de la création d'un nouveau CD


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

Constructor Detail

EcouteurNewCd

public EcouteurNewCd(Appli a,
                     NewCdDialog ncd,
                     Environnement env)
Method Detail

actionPerformed

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

ok

public void ok()