Class DisplayTemplateMessage

  • All Implemented Interfaces:
    IDisplayableMessage, ch.sahits.game.openpatrician.utilities.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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider

        getClassName, getMethodName
    • Constructor Detail

      • DisplayTemplateMessage

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