Class DisplayStateMessage

  • All Implemented Interfaces:
    IDisplayableMessage, IEventMetaDataProvider

    public class DisplayStateMessage
    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 IDialogState.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Dec 08, 2016
    • Constructor Detail

      • DisplayStateMessage

        public DisplayStateMessage​(EMessageCategory category,
                                   java.lang.String messageKey,
                                   IDialogState state,
                                   java.lang.Object... messageArgs)