Les propriétés contraintes
VetoableChangeSupport abonnes = new vetoableChangeSupport(this); public void setHariProp(String s) throws PropertyVetoException {
String ancHariProp = hariProp;
abonnes.vetoableChange(...)
La destination doit implémenter VetoableChangeListener