ikbs.rco.event
Class NotifyValue

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

public class NotifyValue
extends Notify
implements java.io.Serializable

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
 Case cas
           
static int VALUE_CHANGED
           
 
Fields inherited from class ikbs.rco.event.Notify
action, rcoElement, valeur
 
Constructor Summary
NotifyValue(RCOElement val, int action, Case c)
           
 
Method Summary
 Case getCase()
           
 void setCase(Case c)
           
 
Methods inherited from class ikbs.rco.event.Notify
getAction, getRCOElement, getString, setAction, setString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_CHANGED

public static final int VALUE_CHANGED
See Also:
Constant Field Values

cas

public Case cas
Constructor Detail

NotifyValue

public NotifyValue(RCOElement val,
                   int action,
                   Case c)
Method Detail

getCase

public Case getCase()

setCase

public void setCase(Case c)