org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.localization
Class LocaleUpdateHandler

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.modules.gui.commonswing.localization.LocaleUpdateHandler
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class LocaleUpdateHandler
extends 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleUpdateHandler

public LocaleUpdateHandler(JComponent localizedComponent)
Method Detail

propertyChange

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

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.