API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.beans. VetoableChangeListener View Source
Author(s)
Since
Version
Serial
Hierarchy
 EventListener
      VetoableChangeListener
Subinterfaces
Description
public interface VetoableChangeListener
  A VetoableChange event gets fired whenever a bean changes a "constrained" property.
See also:   
Methods
Hide/Show inherited methods
public void vetoableChange (PropertyChangeEvent evt) throws PropertyVetoException
  This method gets called when a constrained property is changed.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar