Descripción
Sintaxis
public void fireVetoableChange(PropertyChangeEvent event) throws PropertyVetoException
public void fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) throws PropertyVetoException
public void fireVetoableChange(String propertyName, int oldValue, int newValue) throws PropertyVetoException
public void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException
Parámetros
- Object oldValue,
- PropertyChangeEvent event,
- Object newValue,
- String propertyName,
- boolean newValue,
- int newValue,
- int oldValue,
- boolean oldValue,
Excepciones
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.