This is merely a convenience wrapper around the more general firePropertyChange method that takes {@code PropertyChangeEvent} value. @param propertyName The programmatic name of the propertythat was changed. @param oldValue The old value of the property. @param newValue The new value of the property.
If {@link #isNotifyOnEDT} is {@code true} and called off theEvent Dispatch Thread this implementation uses {@code SwingUtilities.invokeLater} to send out the notificationon the Event Dispatch Thread. This ensures listeners are only ever notified on the Event Dispatch Thread. @throws NullPointerException if {@code evt} is{@code null} @since 1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|