VetoableChangeSupport.fireVetoableChange() | Java

 

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

PropertyVetoException

Clase Padre

VetoableChangeSupport

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.