Class DisplayTemplateMessage

  • All Implemented Interfaces:
    IDisplayableMessage, IEventMetaDataProvider

    public class DisplayTemplateMessage
    extends DisplayMessage
    Extension of a simple message that is displayed on the noticeboard. More information can be displayed in the form of a dialog defined through a DialogTemplate.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Dec 08, 2016
    • Constructor Detail

      • DisplayTemplateMessage

        public DisplayTemplateMessage​(EMessageCategory category,
                                      java.lang.String messageKey,
                                      DialogTemplate template,
                                      java.lang.Object... messageArgs)