Interface DisplaySettingsAware
public interface DisplaySettingsAware
Aspect for a gadget that is able to handle changes in display settings.
- Since:
 - 4.2.405
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AspectType<DisplaySettingsAware>The aspect's technical type being used to request the aspect from thisGadget. - 
Method Summary
Modifier and TypeMethodDescriptionvoidInform about a display language change. 
- 
Field Details
- 
TYPE
The aspect's technical type being used to request the aspect from thisGadget.- Since:
 - 4.2.405
 
 
 - 
 - 
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
 
 
 -