Package jadex.commons.beans
Interface VetoableChangeListener
- 
- All Superinterfaces:
 java.util.EventListener
- All Known Implementing Classes:
 BeanContextServicesSupport,BeanContextSupport,VetoableChangeListenerProxy
public interface VetoableChangeListener extends java.util.EventListener 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvetoableChange(PropertyChangeEvent evt) 
 - 
 
- 
- 
Method Detail
- 
vetoableChange
void vetoableChange(PropertyChangeEvent evt) throws PropertyVetoException
- Throws:
 PropertyVetoException
 
 - 
 
 -