-
- All Implemented Interfaces:
-
java.util.EventListener
public interface ConfigVetoableChangeListener implements EventListener
This interface uses SC's own ProperteyVetoException.
-
-
Method Summary
Modifier and Type Method Description abstract voidvetoableChange(PropertyChangeEvent e)Fired before a Bean's property changes. -
-
Method Detail
-
vetoableChange
abstract void vetoableChange(PropertyChangeEvent e)
Fired before a Bean's property changes.
- Parameters:
e- the change (containing the old and new values)
-
-
-
-