Interface DisplaySettingsAware


public interface DisplaySettingsAware
Aspect for a gadget that is able to handle changes in display settings.
Since:
4.2.405
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The aspect's technical type being used to request the aspect from this Gadget.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Inform about a display language change.
  • Field Details

  • Method Details

    • onDisplayLanguageChange

      void onDisplayLanguageChange()
      Inform about a display language change. The current display setting is provided by the given context.
      Since:
      4.2.414