Class DisplayMessage

  • All Implemented Interfaces:
    IDisplayableMessage, ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider
    Direct Known Subclasses:
    DisplayStateMessage, DisplayTemplateMessage

    public class DisplayMessage
    extends java.lang.Object
    implements IDisplayableMessage, ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider
    Message that can be displayed on screen. The message contents is formatted with markup. A short message is displayed as a notification. The message will be displayed in the notice board.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Feb 18, 2013
    • Constructor Summary

      Constructors 
      Constructor Description
      DisplayMessage​(EMessageCategory category, java.lang.String messageKey, java.lang.Object... messageArgs)  
    • 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

      • DisplayMessage

        public DisplayMessage​(EMessageCategory category,
                              java.lang.String messageKey,
                              java.lang.Object... messageArgs)