|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectikbs.rco.event.Notify
public class Notify
IKBS ikbs.rco.event Classe qui encapsule les evenements survenues sur un RCOElement Les instances sont construites par les RCOElements et propagé aux Observateurs
| 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 |
|---|
protected RCOElement rcoElement
protected int action
protected java.lang.String valeur
| Constructor Detail |
|---|
public Notify(int action)
public Notify(RCOElement rcoElement,
int action)
public Notify(RCOElement element,
int action,
java.lang.String valeur)
| Method Detail |
|---|
public RCOElement getRCOElement()
public int getAction()
public void setAction(int action)
public java.lang.String getString()
public void setString(java.lang.String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||