public class LocaleUpdateHandler
extends java.lang.Object
implements java.beans.PropertyChangeListener
Constructor and Description |
---|
LocaleUpdateHandler(javax.swing.JComponent localizedComponent) |
Modifier and Type | Method and Description |
---|---|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
This method gets called when a bound property is changed.
|
public LocaleUpdateHandler(javax.swing.JComponent localizedComponent)
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
evt
- A PropertyChangeEvent object describing the event source and the
property that has changed.