org.jfree.report.modules.gui.swing.common.localization

Class LocaleUpdateHandler

Implemented Interfaces:
PropertyChangeListener

public class LocaleUpdateHandler
extends java.lang.Object
implements PropertyChangeListener

Copies the locale from one central point (usually the dialog) to all listeners.
Author:
Thomas Morgner

Constructor Summary

LocaleUpdateHandler(JComponent localizedComponent)

Method Summary

void
propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.

Constructor Details

LocaleUpdateHandler

public LocaleUpdateHandler(JComponent localizedComponent)

Method Details

propertyChange

public void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.