public class ActionLocaleUpdateHandler
extends java.lang.Object
implements java.beans.PropertyChangeListener
| Constructor and Description |
|---|
ActionLocaleUpdateHandler(LocalizedAction target) |
| Modifier and Type | Method and Description |
|---|---|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
This method gets called when a bound property is changed.
|
public ActionLocaleUpdateHandler(LocalizedAction target)
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange in interface java.beans.PropertyChangeListenerevt - A PropertyChangeEvent object describing the event source and the
property that has changed.