Class BuildingNotAuctioned

  • All Implemented Interfaces:
    IEventMetaDataProvider

    public class BuildingNotAuctioned
    extends java.lang.Object
    implements IEventMetaDataProvider
    Event for building action finished but no one bidded.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2016 Created on Nov 10, 2016
    • Field Detail

      • newOwner

        private final IPlayer newOwner
      • className

        private java.lang.String className
      • methodName

        private java.lang.String methodName
    • Constructor Detail

      • BuildingNotAuctioned

        public BuildingNotAuctioned​(IBuilding building,
                                    IPlayer newOwner)