Class TargetedDialogStateWrapper

  • All Implemented Interfaces:
    ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider

    public class TargetedDialogStateWrapper
    extends java.lang.Object
    implements ch.sahits.game.openpatrician.utilities.IEventMetaDataProvider
    This is a wrapper object for a dialog state to be sent through the even bus.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Dec 09, 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

      • TargetedDialogStateWrapper

        public TargetedDialogStateWrapper​(IPlayer player,
                                          IDialogState state)