Class DisplayStateMessage

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

      • DisplayStateMessage

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