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:
I18nManager.setDefaultLocale(Locale)

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

Method Detail

localeChanged

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

Parameters:
event - provides information about the new locale
Since:
0.9


Copyright © 2004-2007 Gettext Commons Team. All Rights Reserved.