org.xnap.commons.i18n
public class LocaleChangeEvent extends EventObject
Since: 0.9
| Constructor Summary | |
|---|---|
| LocaleChangeEvent(Object source, Locale newLocale)
Constructs the event. | |
| Method Summary | |
|---|---|
| Locale | getNewLocale()
Returns the new locale.
|
Parameters: source the source of the event newLocale the new locale
Since: 0.9
Returns: the new locale
Since: 0.9