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.

Since: 0.9

Author: Steffen Pingel

See Also: setDefaultLocale

Method Summary
voidlocaleChanged(LocaleChangeEvent event)
Invoked when the local has changed.

Method Detail

localeChanged

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

Parameters: event provides information about the new locale

Since: 0.9