June 1997
Intermediate to advanced
318 pages
8h 17m
English
Class java.beans.PropertyVetoException
A
PropertyVetoException
is thrown whenever a proposed change
to a constrained property is vetoed by a registered
VetoableChangeListener.
public class PropertyVetoException extends Exception
{
// constructors
public PropertyVetoException(String mess, PropertyChangeEvent evt);
// methods
public PropertyChangeEvent getPropertyChangeEvent();
}
PropertyChangeEvent,
VetoableChangeListener
Read now
Unlock full access