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

Class ActionLocaleUpdateHandler

public class ActionLocaleUpdateHandler extends Object implements PropertyChangeListener

Creation-Date: 30.11.2006, 13:04:07

Author: Thomas Morgner

Constructor Summary
ActionLocaleUpdateHandler(LocalizedAction target)
Method Summary
voidpropertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.

Constructor Detail

ActionLocaleUpdateHandler

public ActionLocaleUpdateHandler(LocalizedAction target)

Method Detail

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.