ikbs.rco.event
Class NotifyRCOElement

java.lang.Object
  extended by ikbs.rco.event.NotifyRCOElement
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
protected  int action
           
static int ADD_ILLUSTRATION
           
protected  boolean b
           
protected  RCOElement element
           
protected  float f
           
protected  int index
           
protected  RCOElement newElement
           
protected  Value v
           
protected  java.lang.String valeur
           
 
Constructor Summary
NotifyRCOElement(RCOElement element, int action)
           
NotifyRCOElement(RCOElement element, int action, boolean b)
           
NotifyRCOElement(RCOElement element, int action, float fl)
          Constructeur avec un paramètre de type float
NotifyRCOElement(RCOElement element, int action, RCOElement newElement)
           
NotifyRCOElement(RCOElement element, int action, java.lang.String valeur)
           
NotifyRCOElement(RCOElement element, int action, Value v)
           
 
Method Summary
 int getAction()
          Accès à l'id de l'action
 boolean getBoolean()
           
 RCOElement getElement()
          Accès au RCOElement sur lequel s'est produit l'action
 float getFloat()
           
 int getIndex()
           
 RCOElement getNewElement()
          Accès au nouvel élement lorsque l'action a transformée l'ancien élement
 java.lang.String getString()
          Accès à la chaine de caractères
 Value getValue()
           
 void setAction(int action)
          Affectation du type d'action
 void setFloat(float f)
           
 void setString(java.lang.String s)
          Affectation de la chaine de caractères
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD_ILLUSTRATION

public static final int ADD_ILLUSTRATION
See Also:
Constant Field Values

index

protected int index

v

protected Value v

f

protected float f

b

protected boolean b

element

protected RCOElement element

newElement

protected RCOElement newElement

action

protected int action

valeur

protected java.lang.String valeur
Constructor Detail

NotifyRCOElement

public NotifyRCOElement(RCOElement element,
                        int action)

NotifyRCOElement

public NotifyRCOElement(RCOElement element,
                        int action,
                        java.lang.String valeur)

NotifyRCOElement

public NotifyRCOElement(RCOElement element,
                        int action,
                        Value v)

NotifyRCOElement

public NotifyRCOElement(RCOElement element,
                        int action,
                        boolean b)

NotifyRCOElement

public NotifyRCOElement(RCOElement element,
                        int action,
                        RCOElement newElement)

NotifyRCOElement

public NotifyRCOElement(RCOElement element,
                        int action,
                        float fl)
Constructeur avec un paramètre de type float

Method Detail

getIndex

public int getIndex()

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


getElement

public RCOElement getElement()
Accès au RCOElement sur lequel s'est produit l'action


getNewElement

public RCOElement getNewElement()
Accès au nouvel élement lorsque l'action a transformée l'ancien élement


getBoolean

public boolean getBoolean()

getValue

public Value getValue()

getFloat

public float getFloat()

setFloat

public void setFloat(float f)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object