Interface IDisplayableMessage
-
- All Known Implementing Classes:
DisplayInfoMessage,DisplayMessage,DisplayStateMessage,DisplayTemplateMessage
public interface IDisplayableMessageMessage that is displayable in one form or another.- Author:
- Andi Hotz, (c) Sahits GmbH, 2018 Created on Oct 21, 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]getMessageArguments()Array of arguments that go into the replaced message.java.lang.StringgetMessageKey()Text key for the displayable message, so that it can be translated.
-