|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.lip6.sma.simulacion.app.Model
fr.lip6.sma.simulacion.app.SinglePropertyModel
public abstract class SinglePropertyModel
Classe de base pour un modèle avec une seule propriété.
| Field Summary | |
|---|---|
private String |
mPropertyName
Nom de la propriété. |
| Constructor Summary | |
|---|---|
SinglePropertyModel(String inPropertyName)
Constructeur à partir du nom de la propriété. |
|
| Method Summary | |
|---|---|
protected void |
firePropertyChange(boolean inOldValue,
boolean inNewValue)
Indique aux clients un changement dans la propriété. |
protected void |
firePropertyChange(int inOldValue,
int inNewValue)
Indique aux clients un changement dans la propriété. |
protected void |
firePropertyChange(Object inOldValue,
Object inNewValue)
Indique aux clients un changement dans la propriété. |
| Methods inherited from class fr.lip6.sma.simulacion.app.Model |
|---|
addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String mPropertyName
| Constructor Detail |
|---|
public SinglePropertyModel(String inPropertyName)
inPropertyName - nom de la propriété.| Method Detail |
|---|
protected void firePropertyChange(int inOldValue,
int inNewValue)
inOldValue - ancienne valeur de la propriété.inNewValue - nouvelle valeur de la propriété.
protected void firePropertyChange(boolean inOldValue,
boolean inNewValue)
inOldValue - ancienne valeur de la propriété.inNewValue - nouvelle valeur de la propriété.
protected void firePropertyChange(Object inOldValue,
Object inNewValue)
inOldValue - ancienne valeur de la propriété.inNewValue - nouvelle valeur de la propriété.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||