Les propriétés contraintes
Similaires aux propriétés liées mais
- permettent à un Bean externe de valider ou d’empêcher une modification
- Gestion du droite de « veto »
public void setHariProp(String s) throws PropertyVetoException {...}
public void addVetoableChangeListener(VetoableChangeListener l)
public void removeVetoableChangeListener(VetoableChangeListener l)