ikbs.rco.event
Class Notify

java.lang.Object
  extended by ikbs.rco.event.Notify
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotifyValue

public class Notify
extends java.lang.Object
implements java.io.Serializable

IKBS ikbs.rco.event Classe qui encapsule les evenements survenues sur un RCOElement Les instances sont construites par les RCOElements et propagé aux Observateurs

Author:
David GROSSER
See Also:
Serialized Form

Field Summary
protected  int action
           
protected  RCOElement rcoElement
           
protected  java.lang.String valeur
           
 
Constructor Summary
Notify(int action)
           
Notify(RCOElement rcoElement, int action)
           
Notify(RCOElement element, int action, java.lang.String valeur)
           
 
Method Summary
 int getAction()
          Accès à l'id de l'action
 RCOElement getRCOElement()
           
 java.lang.String getString()
          Accès à la chaine de caractères
 void setAction(int action)
          Affectation du type d'action
 void setString(java.lang.String s)
          Affectation de la chaine de caractères
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rcoElement

protected RCOElement rcoElement

action

protected int action

valeur

protected java.lang.String valeur
Constructor Detail

Notify

public Notify(int action)

Notify

public Notify(RCOElement rcoElement,
              int action)

Notify

public Notify(RCOElement element,
              int action,
              java.lang.String valeur)
Method Detail

getRCOElement

public RCOElement getRCOElement()

getAction

public int getAction()
Accès à l'id de l'action


setAction

public void setAction(int action)
Affectation du type d'action


getString

public java.lang.String getString()
Accès à la chaine de caractères


setString

public void setString(java.lang.String s)
Affectation de la chaine de caractères