MonEcouteurPourText.java

Go to the documentation of this file.
00001 import java.awt.event.*;
00002 
00003 public class MonEcouteurPourText implements TextListener
00004 {
00005   private MonPanneau appli;
00006   public MonEcouteurPourText(MonPanneau qui)
00007   {
00008     appli=qui;  
00009   }
00010   public void textValueChanged(TextEvent e)
00011   {
00012     appli.recupTexte(); 
00013     System.out.println(e);
00014   }
00015 }

Generated on Sun Mar 4 15:03:58 2007 for Scilab [trunk] by  doxygen 1.5.1