|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
I18nManager.setDefaultLocale(Locale)
Method Summary | |
---|---|
void |
localeChanged(LocaleChangeEvent event)
Invoked when the local has changed. |
Method Detail |
---|
void localeChanged(LocaleChangeEvent event)
event
- provides information about the new locale
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |