Package mondrian.gui
Class LanguageChangedEvent
- java.lang.Object
-
- mondrian.gui.LanguageChangedEvent
-
public class LanguageChangedEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description LanguageChangedEvent(Locale locale)
Creates a new instance of LanguageChangedEvent
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Locale
getLocale()
Getter for property locale.void
setLocale(Locale locale)
Setter for property locale.
-
-
-
Constructor Detail
-
LanguageChangedEvent
public LanguageChangedEvent(Locale locale)
Creates a new instance of LanguageChangedEvent
-
-