Component.firePropertyChange() | Java

 

Descripción

Component

Sintaxis

protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)
public void firePropertyChange(String propertyName, byte oldValue, byte newValue)
public void firePropertyChange(String propertyName, char oldValue, char newValue)
public void firePropertyChange(String propertyName, double oldValue, double newValue)
public void firePropertyChange(String propertyName, float oldValue, float newValue)
protected void firePropertyChange(String propertyName, int oldValue, int newValue)
public void firePropertyChange(String propertyName, long oldValue, long newValue)
public void firePropertyChange(String propertyName, short oldValue, short newValue)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)

Parámetros

  • Object oldValue,
  • short newValue,
  • byte newValue,
  • double newValue,
  • Object newValue,
  • short oldValue,
  • float newValue,
  • byte oldValue,
  • double oldValue,
  • char oldValue,
  • String propertyName,
  • long newValue,
  • boolean newValue,
  • long oldValue,
  • int newValue,
  • char newValue,
  • int oldValue,
  • boolean oldValue,
  • float oldValue,

Clase Padre

Component

Ejemplo


Artículos

    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.