public interface LocaleChangeListener
Listener for application locale changes. This listener is used in conjuction with ResourceManager
,
which will notify listeners when locale is changed. Listeners will then handle changes to GUI as needed. Listeners
will be notified in case of the following events:
Modifier and Type | Method and Description |
---|---|
void |
onLocaleChange()
Invoked when locale change occurs.
|
Copyright © 2012-2014 Vektor Software. All Rights Reserved.