Class EcouteurPoint

java.lang.Object
  |
  +--EcouteurPoint

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

Cette classe écoute les évenements lors d'une boite de dialogue pour changer le point de montage du CD


Constructor Summary
EcouteurPoint(Appli a, PointDialog pntd, 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

EcouteurPoint

public EcouteurPoint(Appli a,
                     PointDialog pntd,
                     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()