KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > beans > VetoableChangeListener

java.beans
Interface VetoableChangeListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
BeanContextServicesSupport, BeanContextSupport, VetoableChangeListenerProxy
See Also:
Top Examples, Source Code

void vetoableChange(PropertyChangeEvent evt)
                    throws PropertyVetoException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags