Class ActionLocaleUpdateHandler
- java.lang.Object
-
- org.jfree.report.modules.gui.swing.common.localization.ActionLocaleUpdateHandler
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
public class ActionLocaleUpdateHandler extends java.lang.Object implements java.beans.PropertyChangeListener
Creation-Date: 30.11.2006, 13:04:07- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description ActionLocaleUpdateHandler(LocalizedAction target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.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(java.beans.PropertyChangeEvent evt)
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacejava.beans.PropertyChangeListener
- Parameters:
evt
- A PropertyChangeEvent object describing the event source and the property that has changed.
-
-