ikbs.graphics.event
Class MenuApprentissageAdapter

java.lang.Object
  extended by ikbs.graphics.event.MenuApprentissageAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

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


Field Summary
static int AFFICHER_DECISION
           
static int CALCUL_DISTANCE
           
static int DECISION
           
static int GENERER_MODEL
           
static int IDENTIFIER
           
static int INDUCTIF
           
static int NUEE_DYNAMIQUE
           
static int PARAMETRE
           
 
Constructor Summary
MenuApprentissageAdapter(int choix, ApprentissageInterface editeur)
           
 
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
 

Field Detail

CALCUL_DISTANCE

public static final int CALCUL_DISTANCE
See Also:
Constant Field Values

NUEE_DYNAMIQUE

public static final int NUEE_DYNAMIQUE
See Also:
Constant Field Values

DECISION

public static final int DECISION
See Also:
Constant Field Values

AFFICHER_DECISION

public static final int AFFICHER_DECISION
See Also:
Constant Field Values

IDENTIFIER

public static final int IDENTIFIER
See Also:
Constant Field Values

PARAMETRE

public static final int PARAMETRE
See Also:
Constant Field Values

GENERER_MODEL

public static final int GENERER_MODEL
See Also:
Constant Field Values

INDUCTIF

public static final int INDUCTIF
See Also:
Constant Field Values
Constructor Detail

MenuApprentissageAdapter

public MenuApprentissageAdapter(int choix,
                                ApprentissageInterface editeur)
Method Detail

actionPerformed

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