Interface ApplicationAgent


public interface ApplicationAgent
Agent providing information about the application.
Since:
5.2.180803
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Agent providing information about the application.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Locale
    Provides the locale, the application is operating in.
  • Field Details

  • Method Details

    • getLocale

      @NotNull @NotNull Locale getLocale()
      Provides the locale, the application is operating in.
      Returns:
      A locale.
      Since:
      5.2.180803