net.sf.sfac.lang
Interface LanguageListener
public interface LanguageListener
Multilingual support: listener interface to be notified by the LanguageSupport when the application language (or locale) is
changed.
|
Method Summary |
void |
languageChanged(Locale newLocale)
Notification that the current application language has changed. |
languageChanged
void languageChanged(Locale newLocale)
- Notification that the current application language has changed. Update all the language-dependent text in the actions. This
will trigger updates to associated UI components.
- Parameters:
newLocale - the new locale.
Copyright © 2012. All Rights Reserved.