public class LocaleChangeEvent
extends java.util.EventObject
Constructor and Description |
---|
LocaleChangeEvent(java.lang.Object source,
java.util.Locale newLocale)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getNewLocale()
Returns the new locale.
|