Interface LocaleChangeListener
-
public interface LocaleChangeListener
Listener for the locale changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
localeChanged()
Called when the locale is changed.
-