Class ActionLocaleUpdateHandler
java.lang.Object
org.jfree.report.modules.gui.swing.common.localization.ActionLocaleUpdateHandler
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
Creation-Date: 30.11.2006, 13:04:07
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method gets called when a bound property is changed.
-
Constructor Details
-
ActionLocaleUpdateHandler
-
-
Method Details
-
propertyChange
This method gets called when a bound property is changed.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
evt
- A PropertyChangeEvent object describing the event source and the property that has changed.
-