Interface LocaleAware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Locale getLocale()
      Gets the local associated with this object or null if not set.
      void setLocale​(java.util.Locale l)
      Sets the local associated with this object.
    • Method Detail

      • getLocale

        java.util.Locale getLocale()
        Gets the local associated with this object or null if not set.
      • setLocale

        void setLocale​(java.util.Locale l)
        Sets the local associated with this object.