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

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

public class JLabelLocaleUpdateHandler
extends Object
implements PropertyChangeListener

Creation-Date: 30.11.2006, 13:04:07

Author:
Thomas Morgner

Constructor Summary
JLabelLocaleUpdateHandler(JLabel target, String resourceBundleName, String resourceKey)
           
 
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

JLabelLocaleUpdateHandler

public JLabelLocaleUpdateHandler(JLabel target,
                                 String resourceBundleName,
                                 String resourceKey)
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.