Package mondrian.gui

Class LanguageChangedEvent


  • public class LanguageChangedEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LanguageChangedEvent​(java.util.Locale locale)
      Creates a new instance of LanguageChangedEvent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Locale getLocale()
      Getter for property locale.
      void setLocale​(java.util.Locale locale)
      Setter for property locale.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LanguageChangedEvent

        public LanguageChangedEvent​(java.util.Locale locale)
        Creates a new instance of LanguageChangedEvent
    • Method Detail

      • getLocale

        public java.util.Locale getLocale()
        Getter for property locale.
        Returns:
        Value of property locale.
      • setLocale

        public void setLocale​(java.util.Locale locale)
        Setter for property locale.
        Parameters:
        locale - New value of property locale.