org.xnap.commons.i18n
public interface LocaleChangeListener
A component that implements this interface may dynamically change the language of all user visible strings.
Since: 0.9
See Also: setDefaultLocale
Method Summary | |
---|---|
void | localeChanged(LocaleChangeEvent event)
Invoked when the local has changed.
|
Parameters: event provides information about the new locale
Since: 0.9