org.jfree.report.modules.gui.swing.common.localization
Class LocaleUpdateHandler
java.lang.Object
org.jfree.report.modules.gui.swing.common.localization.LocaleUpdateHandler
- PropertyChangeListener
extends java.lang.Object
implements PropertyChangeListener
Copies the locale from one central point (usually the dialog) to all
listeners.
void | propertyChange(PropertyChangeEvent evt) - This method gets called when a bound property is changed.
|
propertyChange
public void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
evt
- A PropertyChangeEvent object describing the event source and the
property that has changed.