ikbs.rco.event
Class NotifyAttribute
java.lang.Object
ikbs.rco.event.NotifyElement
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
| 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)
|
| 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 |
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
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)