ikbs.rco.event
Class NotifyComponent

java.lang.Object
  extended by ikbs.rco.event.NotifyElement
      extended by ikbs.rco.event.NotifyComponent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotifySchema

public class NotifyComponent
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 ABSENCE_CHANGED
           
static int ADD_ELEMENT
           
static int FICTIF_CHANGED
           
static int MULTIPLE_CHANGED
           
static int REMOVE_ELEMENT
           
 
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
NotifyComponent(DescriptiveElement element, int action)
           
NotifyComponent(DescriptiveElement element, int action, boolean b)
           
NotifyComponent(DescriptiveElement element, int action, DescriptiveElement newElement)
           
NotifyComponent(DescriptiveElement element, int action, java.lang.String s)
           
 
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

FICTIF_CHANGED

public static final int FICTIF_CHANGED
See Also:
Constant Field Values

ABSENCE_CHANGED

public static final int ABSENCE_CHANGED
See Also:
Constant Field Values

MULTIPLE_CHANGED

public static final int MULTIPLE_CHANGED
See Also:
Constant Field Values

ADD_ELEMENT

public static final int ADD_ELEMENT
See Also:
Constant Field Values

REMOVE_ELEMENT

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

NotifyComponent

public NotifyComponent(DescriptiveElement element,
                       int action)

NotifyComponent

public NotifyComponent(DescriptiveElement element,
                       int action,
                       boolean b)

NotifyComponent

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

NotifyComponent

public NotifyComponent(DescriptiveElement element,
                       int action,
                       java.lang.String s)