Interface LocaleAware<TYPE>

All Known Implementing Classes:
ResourcesTimeFormat, SimpleTimeFormat

public interface LocaleAware<TYPE>
An object that behaves differently for various Locale settings.
Author:
Lincoln Baxter, III
  • Method Summary

    Modifier and Type
    Method
    Description
    setLocale(Locale locale)
    Set the Locale for which this instance should behave in.
  • Method Details

    • setLocale

      TYPE setLocale(Locale locale)
      Set the Locale for which this instance should behave in.