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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvetoableChange(PropertyChangeEvent evt)
 
- 
- 
- 
Method Detail- 
vetoableChangevoid vetoableChange(PropertyChangeEvent evt) throws PropertyVetoException - Throws:
- PropertyVetoException
 
 
- 
 
-