Descripción
Sintaxis
public 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)
public 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
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.