Interface EditorialLanguageModel


public interface EditorialLanguageModel
Model for the current selected gui language of the java client related to the language tabs in the editorial area of the java client.
Example:
  servicesBroker.getService(ModelService.class).addModelListener(EditorialLanguageModel.EDITORIAL_LANGUAGE, new MyListener());

See usages for existing application types.
Since:
4.2.426
See Also:
  • Field Details

  • Method Details

    • getLanguage

      @Nullable @Nullable Language getLanguage()
      Returns the currently selected gui language.
      Returns:
      the selected gui language
      Since:
      4.2.426