ikbs.rco.event
Class NotifyAttribute

java.lang.Object
  extended by ikbs.rco.event.NotifyElement
      extended by ikbs.rco.event.NotifyAttribute
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotifyNumeric, NotifySymbolic

public class NotifyAttribute
extends NotifyElement

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 ADD_VALUE
           
static int CIBLE_CHANGED
           
static int REMOVE_VALUE
           
static int 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
NotifyAttribute(DescriptiveElement element, int action)
           
NotifyAttribute(DescriptiveElement element, int action, DescriptiveElement newElement)
           
NotifyAttribute(DescriptiveElement element, int action, int index, java.lang.String newValue)
           
NotifyAttribute(DescriptiveElement element, int action, java.lang.String valeur)
           
NotifyAttribute(DescriptiveElement element, int action, Value v)
           
 
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

ADD_VALUE

public static final int ADD_VALUE
See Also:
Constant Field Values

REMOVE_VALUE

public static final int REMOVE_VALUE
See Also:
Constant Field Values

REPLACE_VALUE

public static final int REPLACE_VALUE
See Also:
Constant Field Values

CIBLE_CHANGED

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

NotifyAttribute

public NotifyAttribute(DescriptiveElement element,
                       int action)

NotifyAttribute

public NotifyAttribute(DescriptiveElement element,
                       int action,
                       Value v)

NotifyAttribute

public NotifyAttribute(DescriptiveElement element,
                       int action,
                       java.lang.String valeur)

NotifyAttribute

public NotifyAttribute(DescriptiveElement element,
                       int action,
                       int index,
                       java.lang.String newValue)

NotifyAttribute

public NotifyAttribute(DescriptiveElement element,
                       int action,
                       DescriptiveElement newElement)