org.xnap.commons.i18n

Interface LocaleChangeListener

public interface LocaleChangeListener

Defines the requirements for classes that get notified when the locale is changed.

A component that implements this interface may dynamically change the language of all user visible strings.

Author:
Steffen Pingel
See Also:
I18nManager.setDefaultLocale(Locale)

Method Summary

void
localeChanged(LocaleChangeEvent event)
Invoked when the local has changed.

Method Details

localeChanged

public void localeChanged(LocaleChangeEvent event)
Invoked when the local has changed.
Parameters:
event - provides information about the new locale