ikbs.rco.event
Class NotifyNumeric

java.lang.Object
  extended by ikbs.rco.event.NotifyElement
      extended by ikbs.rco.event.NotifyAttribute
          extended by ikbs.rco.event.NotifyNumeric
All Implemented Interfaces:
java.io.Serializable

public class NotifyNumeric
extends NotifyAttribute

IKBS ikbs.rco.event Classe qui encapsule les evenements survenues sur un ElementDescriptif Les instances sont construites par les élements du modèle et propagé aux Observateurs

Since:
5 avril 2000
Author:
David GROSSER
See Also:
Serialized Form

Field Summary
static int BORNEINF_CHANGED
           
static int BORNESUP_CHANGED
           
static int UNITE_CHANGED
           
 
Fields inherited from class ikbs.rco.event.NotifyAttribute
ADD_VALUE, CIBLE_CHANGED, REMOVE_VALUE, REPLACE_VALUE
 
Fields inherited from class ikbs.rco.event.NotifyElement
action, ADD_RULE, b, COMMENTAIRE_CHANGED, DECISION_CHANGED, DEFAUT_CHANGED, element, f, IDENTIFICATEUR_CHANGED, index, LIBELLE_CHANGED, newElement, POIDS_CHANGED, QUESTION_CHANGED, REMOVE_RULE, REPLACE, REPLACE_RULE, rule, URL_CHANGED, v, valeur
 
Constructor Summary
NotifyNumeric(DescriptiveElement element, int action, float fl)
           
 
Method Summary
 
Methods inherited from class ikbs.rco.event.NotifyElement
getAction, getBoolean, getElement, getFloat, getIndex, getNewElement, getRule, getString, getValue, setAction, setFloat, setIndex, setRule, setString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BORNEINF_CHANGED

public static final int BORNEINF_CHANGED
See Also:
Constant Field Values

BORNESUP_CHANGED

public static final int BORNESUP_CHANGED
See Also:
Constant Field Values

UNITE_CHANGED

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

NotifyNumeric

public NotifyNumeric(DescriptiveElement element,
                     int action,
                     float fl)